A computer takes input, processes the input, and produces output.
input: input statements
processing: assignment statements
output: output statements
Here we look at output in terms of output statements.
Output sends output out of the computer, usually to the screen, a file, or another computer.
For now, study the example programs for the labs and/or assignments to see how output can be done.