Question: Write a complete Java program that prompts a user to input a number and outputs the square, cube, and fourth power. Use the Math.pow method
Write a complete Java program that prompts a user to input a number and outputs the square, cube, and fourth power. Use the Math.pow method only for the fourth power (or feel free to use it for the other calculations, as well).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
