- 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
2 Respostas
+ 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";
}
- 2
in the question what is mean by 7 times