โ Back to Loops
Question 123
Power with a Loop
Power with a Loop
Read a base and an exponent (each on its own line). Use a loop to compute base raised to the exponent WITHOUT Math.Pow. Print the result. Example: 2 then 5 prints 32.
Expected Output:
32
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.