Answer:
B
Step-by-step explanation:
average = num1 + num2 + num3 / 3 // Divides num3 by 3 then adds num1 and num2
(num1 + num2 + num3) / 3 // Adding brackets adds all three nums first then divides by 3, giving you the average.
5.1m questions
6.7m answers