Menu

Write Application Solicits Inputs Three Integers User Displays Sum Average Product Smalles Q43855525

Write an application that solicits and inputs three integersfrom the user and then displays the sum, average, product,smallest, and largest of the three numbers. You may use any Javainput and output method you want, for example the JOptionPane classor the Scanner class.

You must use only integer arithmetic for your calculations.

Use the numbers 7, 3, and 5, in that order, foryour program execution that you will submit. Although your programmust be written to handle any three integers in general, thesespecific values must be used for this program submission, in thisorder.

Expert Answer


Answer to Write an application that solicits and inputs three integers from the user and then displays the sum, average, product, …

OR