Computer Science, asked by shabbirahmad, 5 hours ago

print your name 10 times in c++​

Answers

Answered by rk8810123
2

Explanation:

#include <iostream> using namespace std; for (int i = 0; i < 10; ++i) cout << "Hello\n"; IDENTIFICATION DIVISION.

Similar questions