Summary
In this chapter, you learned how to work with for
loops. You inserted a Button
and a ListBox
control, created and modified your first for
loop, and filled in the list box using the for
loop.
In the next chapter, we'll talk about foreach
loops and how they can be used to iterate over collections of items.