A Conditional Loop, also known as a While Loop will repeat a block of code as long as a condition is true.
1 - Complete the lesson tutorial Topic 7.1 - While Loops, including specified programming tasks.
Solutions to programming tasks: https://github.com/AldworthClass/While-Loops
2 - Complete the Topic 7.1 - Loops Assignment. You have a bit of choice here.
Programming Assignment 1 - Average of Numbers in a Loop and
Programming Assignment 2 - Hi Low with Limited Tries
Programming Assignment Challenge - Simple Casino Game
-Feel free to make the game a bit more interesting than tossing a coin if you wish, just make sure you explain the rules.
For more information on While loops here is a good website:
https://www.w3schools.com/cs/cs_while_loop.asp
One of the following:
Programming Assignment 1 - Average of Numbers in a Loop and
Programming Assignment 2 - Hi Low with Limited Tries
Programming Assignment Challenge - Simple Casino Game