Q3 Two numbers are entered through the keyboard. Write a program to find the value of one number raised to the power of another.
Program: 96
Two numbers are entered through the keyboard. Write a c program to find the value of one number raised to the power of another.
Output:
Enter the value of a: 2 Enter the value of b: 3 2 raised to the power 3: 8