C++ I/O

C++ I/O stands for "input and output." Input is the way we get data into our programs. Output is how we write out messages to the computer screen. See below for the C++ statements we use for input and output. Oh, by the way, you should also read about I/O in section 1.3 in your text (beginning on page 22).