What does the following code print?
Solution:
* ** *** **** ***** Press any key to continue.
cout << "*\n**\n***\n****\n*****" << endl;
Solution:
* ** *** **** ***** Press any key to continue.
cout << "*\n**\n***\n****\n*****" << endl;
Post A Comment:
0 comments: