52th program input & output

Input : Enter first value,x = 5
Enter second value,y = 3

Output : x to the power y = 125
///////////////////////////////////////////////////////////////
Input : Enter first value,x = 10
Enter second value,y = 5

Output : x to the power y = 100000
///////////////////////////////////////////////////////////////