Question: I need your help, thank you all *USING JAVA* write a program to prompt the user for two integers, then make the second integer a
*USING JAVA* write a program to prompt the user for two integers, then make the second integer a power to the first integer, and print the answer. sample : enter an integer : 2 enter an integer: 3 the result is : 8 the program will do this 2^(3) NOTE: don't use any function in Java. you are only allowed to use (for or while loops), thank you so much in advance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
