top of page




PROBLEM STATEMENT
Write a program that inputs two numbers and displays the first number raised to the second number.
Example:
Sample input & output:
Enter base: 2
Enter power : 4
2 raised to power 4 is : 16
TRY AND CHECK
Code It
step 3: Upload!

bottom of page