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

this is a java this is a java 5) Average of Values: Write a program that

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!