Summary
In this chapter, you learned how to work with while
loops. You inserted and programmed a button, created your first while loop, used the Math
class to square the results, and ran and modified your code to change the output.
In the next chapter, we'll talk about for
loops.