Write a program that reads a number and displays the square


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)

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that reads a number and displays the square
Reference No:- TGS02626172

Expected delivery within 24 Hours