Computer Science, asked by kumarmadhan1179, 19 days ago

Answer these questions

Attachments:

Answers

Answered by cheemtu
0

1:  C++ program to print your name 5 times ↓

#include<iostream.h>

#include<conio.h>

void main()

{

clrscr();

int a=1;

while(a<=10)

{  

 a++;

 cout<<"Sahaj"<<endl;

}

getch();

}

Here, Sahaj is considered as your name.Change it according to your needs.

Sorry i dont know the answers of other questions.

Similar questions