1. Write a While loop that adds together all the numbers from 1 to 100.
2. Write a While loop that will repeat a question until the user gets the answer correct. Hint - you will need to use an 'input' and an 'if'
3. Change your code from question 2, so they only get 5 attempts to answer