Question: this is a java 5) Average of Values: Write a program that stores the following values in five different variables, 34, 61.5, 91.8, 73, and
5) Average of Values: Write a program that stores the following values in five different variables, 34, 61.5, 91.8, 73, and 102. It also stores the value 5 in a constant named TOTAL NUM VALUES. The program should first calculate the sum of the five variables and store the result in a variable named sum. Then the program should divide the sum variable by the TOTAL NUM VALUES constant to get the average. Store the average in a variable named avg. Display your output in the format below: The sum of the five numbers is: [sum) The average of the five numbers is: (avg)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
