A computer takes input, processes the input, and produces output.
input: input statements
processing: assignment statements
output: output statements
Here we look at input in terms of input statements.
Input gets input into the computer (from outside the computer/processor).
For now, study the example programs for the labs and/or assignments to see how input can be done.