Write a program to input base and power and calculate and display its result. For example, if base = 2 and power = 5, result = 32


 

Comments