Frank's Workbook-Week 4

While Loops

A simple ´While Loop´, but first doing it with a ´For Loop´:

Then doing it with a ´While Loop´:

The example provided in class did not work until I declared the variable outside the ´while´ parameters. I kept getting a syntax error.