In this chapter, you learned about the basics of arrays. An array is like a block of memory. To build an array, you created a couple of TextBox controls and then read the values from the boxes into the array. You learned about setting up an index and using the array to do addition and to find an average.
In the next chapter, we'll talk about using loops with arrays.