C program that prints your name five times on the screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

C program that prints your name five times on the screen

Create a c program that prints your name five times on the screen.

5th Oct 2020, 6:24 PM
Lyndon Lee Pacis
Lyndon Lee Pacis - avatar
1 Answer
0
Write for loop to solve your problem for (int i ; i<5 ; i++)
5th Oct 2020, 6:30 PM
Muhammad Galhoum
Muhammad Galhoum - avatar