Computer Science, asked by pavanprasad7481, 11 months ago

Write an algorithm to accept five nombers and culculate for the sum and average of these numbers

Answers

Answered by mdrpranish00
2

Answer:

start

input a,b,c,d,e

sum= a+b+c+d+e

avg = (a+b+c+d+e)/5

print sum

print avg

stop

Explanation:

you are kindly requested to improve your english

cause numbers not nombers and calculate not cul

Similar questions