Computer Science, asked by tirthsharma274, 2 days ago

wite the program to print your name 10 time​

Answers

Answered by Swayamsiddh9
1
In c++, this will be like



#include
using namespace std;

int main(){
cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< cout<<“Type your name here”< return 0;
}
Similar questions