Purpose of the lesson

To teach you about data types and variables.

The lesson presents and explains two Alice programs.

The first program illustrates the use of local variables for storing data that is completely internal to a function.

The second program illustrates the use of local variables for saving input data provided by the user for later use by the program.