Other
Interview
Programming
print this pattern
HEXAHEXA
HEX EXA
HE XA
H A
Read Solution (Total 1)
-
- //Solution BY ANISH JHA
#include
using namespace std;
int main()
{
char arr[4]={'H','E','X','A'};
for(int i=3;i>=0;i--)
{
for(int j=0;j - 8 years agoHelpfull: Yes(0) No(6)
Other Other Question