Question
Write down an application that solicits and inputs three integers from the user and then displays the sum, average, product, smallest, and largest of the 3 numbers. You may use any Java input and output process you want, for example the JOptionPane class or the Scanner class.
You have to use only integer arithmetic for your calculations.
Use the numbers 7, 3, and 5, in that order, for your program implementation that you will submit. Though your program must be written to handle any three integers in general, these specific values have to be used for this program submission, in this order.