How to print your name 100 times in C++ Program

CWC
0 Min Read

Write C++ Program to print your name 100 times

#include
#include
using namespace std;
int main()
{ 
int i;
for(i=1;i<=100;++i)
cout<<"Your Name"<<"\n"; return 0;
}
Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

English
Exit mobile version