Preview

I began by teaching you about data types and variables.

Next, I will present and explain 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 (data obtained from an external source).