Notifications You must be signed in to change notification settings Review these resources if you need a refresher on how while loops work and different ways to set up a while loop.
whatever is a dummy variable that you can replace with other variables. Be sure to indent the statements to repeat in the loop. We need to have at least one condition to implement the loop and make ...