We can use the if-else block and different conditions to tell our code when it should run certain blocks of code. For example here, our code will only say "Correct!" and end, when the user enters the correct answer.
If they enter the wrong answer, the code will run what's under the 'else' section, and this will keep happening until the user enters the correct answer.