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

User Ryan Z
by
5.0k 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:

User Selma
by
5.1k points