Input

A computer can do nothing without input. Input is composed of the commands we give the computer and the data we want to manipulate. In our first program example above, we used two command inputs, "?" and "+," and two data inputs (the numbers). Given this input, the computer gave us output. Let's look at the input a little more closely.