Rewrite the follow statement to use the newline escape character, instead of an endl, each time subsequent output is to be displayed on a new line.
cout << "L" << endl
<< "E" << endl
<< "A" << endl
<< "F" << endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.