asked 23.8k views
1 vote
Java calculate average three numbers two decimal points

asked
User Ryan Z
by
8.6k points

1 Answer

0 votes

Answer:

Write a Java program to calculate the average of 3 numbers. Sum = num1 + num2 + num3. Then we calculated the average value as avg = sum / 3.

Step-by-step explanation:

answered
User Selma
by
8.8k points

No related questions found