Question: Pick any two (turn in *.java and prtScn of Execution) PICK ANY TWO PROGRAMS. ENSURE THE OUTPUT IDENTIFIES PROGRAM, PROGRAMMER, INFO PRESENTED Java Chapter 2

Pick any two (turn in *.java and prtScn of Execution) PICK ANY TWO PROGRAMS. ENSURE THE OUTPUT IDENTIFIES PROGRAM, PROGRAMMER, INFO PRESENTED Java Chapter 2 DATA E2.5 Math Calculations Write a program that prompts the user for two integers and then prints the following in a formatted manner: 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) Hint: The max and min methods are declared in the Math class. Ensure that the numbers are properly aligned: Sum: Difference: Product: Average: Distance: Maximum: Minimum: 45 -5 500 22.50 5 25 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
