2.2 The cout Object Flashcards
1
Q
What does the cout object do?
A
Display information on the computer screen.
2
Q
What is cout classified as? And what does that mean?
A
It is classified as a stream object, which means it works with streams of data.
3
Q
«
A
Stream insertion operator.
4
Q
endl
A
A stream manipulator to instruct cout to start a new line.
5
Q
\n
A
An escape sequence to instruct cout to start a new line.