Computer Science, asked by Sherifmadel2811, 5 months ago

write an algorithm to find the sum and average of a list of numbers ?

Answers

Answered by naziasultana8081
1

Explanation:

FOLLOWING THE ALGORITHM....

start

read a,b,c

avg=sum/3

output avg

end

Similar questions