Computer Science, asked by swatimishra86, 1 year ago

code to generate output of apple the wonder fruit

Answers

Answered by popalishka
0

What do you actually mean please can you specify it


Answered by SuhaniM
0
#include
void main()
{
clrscr();
cout<<"Apple the wonder fruit";
getch ();
}
Similar questions