What You Should Know

Loops: These are used when you want to repeat a certain set of commands over and over again. Such as in a video game, when you want to constantly receive input from the user, or in an application that asks for the same input multiple times. There are several different types of loops, depending on the language you are using, but in this lab we will only consider two. In order to use both loop types, a good knowledge of Boolean expressions is required.