Question: to be written in java 5) Average of Values: Write a program that stores the following values in five different variables, 34,61.5, 91.5, 73, and
5) Average of Values: Write a program that stores the following values in five different variables, 34,61.5, 91.5, 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 sun 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 ist (sum) The average of the five numbers at taval
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
