Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started