Summary
In this chapter, you learned how to make loops and arrays work. You created an array of strings, learned how to use a foreach
loop, and displayed the results when you ran the program.
In the next chapter, we will talk about creating simple methods.