0
How do you print more than one is c++?
I just started my course in c++, and I am already confused. How do I print again? https://code.sololearn.com/c8Gr2xrvuS9W/?ref=app
5 Réponses
+ 3
https://code.sololearn.com/cxIhw9B2iVdY/?ref=app
+ 2
Like this?
cout<<"Hi\n\n\n\n\n\n\n\n\n\nHello";
0
what if, say, i wanted to print something hutnitbwas farther in the code. like 10 lines away?
0
Theodore206
Please take a look at this code Snippet:
https://code.sololearn.com/cJm99LPr6nXm/?ref=app
Your code with a little cosmetics.
Regards kiuziu
0
no. like lets say i printed something at the beginning of te code. then lets day 20 lines of diffetent code later i wanna print something. is it as simple as cout << "hi?" or do i do the entire process (iostream, namespace etc)