[solved] – Question 72446
Two numbers are entered through the keyboard. Write a program to find the value of one number raised to the power of another. i.e.:x^y using while loop.
Expert Answer
OR
Two numbers are entered through the keyboard. Write a program to find the value of one number raised to the power of another. i.e.:x^y using while loop.
OR