How to write 7 times in screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to write 7 times in screen

I want write a code in loop to display 7 times in screen . can some one help me

9th Aug 2017, 3:30 PM
Pandurang Ekhande
Pandurang Ekhande - avatar
2 Answers
+ 3
Since your question makes no sense, here is an answer that 'answers' it. int main(){ loop(); return 0 } void loop(){ cout << "7 times in screen"; }
9th Aug 2017, 5:42 PM
S C
- 2
in the question what is mean by 7 times
9th Aug 2017, 3:40 PM
Pandurang Ekhande
Pandurang Ekhande - avatar