Computer Science, asked by rajneeshkhokatp0j0yz, 2 months ago

findd output of this program


#include <iostream>

void main()
{
char wish[]="ALLTHEBEST";
for (int Len=0; wish[Len]=\0; Len++);
for(int I= Len-1; I >= 0 ; I--)
{
for( int J= 0; J<= I; J++)
cout<<wish[J];
cout<<endL;
}
}​

Answers

Answered by anjubehera948
0

It is Bluej java programming

Similar questions