CJCoding With Joseph
15per day

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
๐Ÿ“ฅ Auto-Input:
2\n5\n
This input is automatically fed to your program's stdin
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.