1.

Write a program in C++ to print your name 10 times.​

Answer»

#INCLUDE using NAMESPACE std; for (int i = 0; i < 10; ++i) COUT << "Hello\n"; IDENTIFICATION DIVISION. PROGRAM-ID.



Discussion

No Comment Found