Answer to Question #232990 in C++ for Paul

Question #232990
Use the print methods and the appropriate escape sequence.

Comment out your Full Name at the end of your code.
1
Expert's answer
2021-09-03T15:06:09-0400


#include <iostream>


using namespace std;


int main()
{
    
    cout<<"Escape sequence is \\n. \nUse to move to the next line\n";


    return 0;
}
//Write your  name here

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS