Part 6.5 - Advanced Looping

This section is optional, but will give you a better understanding of loops.

If you are ahead of the class at this point in the course, you should attempt this section. It covers how you can use nested loops to print grids, and solve other problems. These skills will also come in handy when working with 2D arrays/Lists.

I will give you bonus credit for coming up with your own solutions.

Advanced Looping

Complete any challenges that you can from the document below. There are 13 problems to solve, and they get progressively harder as you go. See how many you can do on your own. This is good practice.

Here is a link to solutions for each of these problems:

https://github.com/AldworthClass/Advanced-Looping-Solutions

Remember that using multiple Console.Write() statements will allow you to print multiple things on the same line.

Advanced Looping.pdf