Practice Test Geeks home

EDPT Flowchart Interpretation 3

A flowchart shows: Start → Set Sum=0, Count=0 → Read Number → Sum = Sum + Number → Count = Count + 1 → Is Count < 5? (Yes → Read Number) (No → Print Sum/Count) → End.
What does this flowchart compute?

Select your answer