Problem
1. Write a program that reads a number and displays the square, cube, and fourth power. Use the Math.pow method only for the fourth power.
2. Write a program that prompts the user for two integers and then prints The sum The difference
• The product
• The average
• The distance (absolute value of the difference)
• The maximum (the larger of the two)
• The minimum (the smaller of the two)