LAB 20
In this lab you had to create a guessing game. There will be a limit to how far you can guess. If the number the player has guessed is lower than the selected number, it would say "Too Low". But if the number the player guesses higher then a "Too high" text will show up. This goes on until the player eventually guesses the correct number. The code for this isn't as complicated because it mostly consists of IF statements stated to "True" or "False".