Computer Science, asked by sgladstorm5702, 10 months ago

Write an algorithm for finding the average of numbers

Answers

Answered by Supratik7
4

Explanation:

  1. Start
  2. Read A, B, C.
  3. AV=A+B+C/3. [Sum of all the given numbers/ Total number]
  4. Print AV.
  5. Stop.
Similar questions