Looping Variations
1. PSEUDOCODE: Need a program that:
a. Creates a variable x that is set to 10
b. Uses a while loop that will display x and then add 10 to x
c. The while loop should run until x is greater than 100
Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.
2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.