141th program input & output

Input :  
Enter 2nd number = 5
Enter 2nd number = 2
Output :- 5 to the power 2 = 25

/////////////////////////////////////////////////////////////////////////////////////////////
Input :  
Enter 2nd number = 5
Enter 2nd number = 6
Output :- 5 to the power 6 = 15625

/////////////////////////////////////////////////////////////////////////////////////////////
Input :  
Enter 2nd number = 3
Enter 2nd number = 8
Output :- 3 to the power 8 = 6561

/////////////////////////////////////////////////////////////////////////////////////////////