In math, exponents are just repeated multiplication. We can use loops to calculate this ourselves! 1. Ask the user to enter a number to be a base. 2. Ask the user to enter another number to be an exponent. 3. Using a loop, calculate the number that is: base to the power of exponent. (Note: only concern yourself with finding the correct answer for exponents greater than 0.) 4. Display the answer to the user.