To display a same word with while-loop
#include
main( )
{ int counter = 0;
while(counter <>
{ counter++;
cout << "\n"<<"while-loop testing! ";
}
return 0;
Result :
Post a Comment
No comments:
Post a Comment