Storing data in an array using mixed objects

Much of what I wanted to teach you in this lesson is included in the previous program.

However, that program doesn't show how to store data into the elements of an array at runtime.

The program named Alice0180b shows you how to do that.

This program also illustrates the mixing of different kinds of objects in an array of type Object.