You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write an application that inputs a given amount of integers from the user and displays the sum, average, product, smallest and largest of the numbers. [Note: The calculation of the average in this exercise should result in an integer representation of the average. So, if the sum of the values of 3 integers is 7, the average should be 2, not 2.3333….].
The name of your program file should be arithmethic3.java
The text was updated successfully, but these errors were encountered:
Write an application that inputs a given amount of integers from the user and displays the sum, average, product, smallest and largest of the numbers. [Note: The calculation of the average in this exercise should result in an integer representation of the average. So, if the sum of the values of 3 integers is 7, the average should be 2, not 2.3333….].
The name of your program file should be arithmethic3.java
The text was updated successfully, but these errors were encountered: