cout << "Liters =" << liters << " n";
where << " n" is used to generate new line. To put a newline character into
a string, use " n".
In addition to using the newline character to advance the cursor, you can use
the
symbol in the identical way.