0
#include <iostream> using namespace >std; int main() { cout << "C/n+/n+">>endl; return 0; }
Plz solve thies problem and say what is in problem?
4 Respostas
+ 2
What is the problem? What is supposed to do?
Please check again how to write cout << and what the escape character is.
And please do not put code into the heading – put it in a script and link it.
👉 Do not re-post the same question
https://www.sololearn.com/Discuss/2974985/?ref=app
0
Hi
Try cout << ''C/n+n+'' << endl; in line5
0
Well, you still didn't tell us what exactly you want to do but I try to read your mind and read that you want to do 3.2 of the sololearn c++ course?
Read the task description carefully: In the hints it tells you how the escape character needs to be typed and which symbols to use.
Then go back to lesson 3.1 and have a close look at how to use std: Which character in which order exactly?