print the average of three number entered by user by creating a class name Average having a method to calculate and print the average in java
Answers
Answered by
0
Answer:
It is easy to calculate: add up all the numbers, then divide by how many numbers there are. In other words it is the sum divided by the count.
Similar questions