Do it Yourself
Write an algorithm to
find the average of five
numbers and draw the
flowchart also give us answer also
Answers
Answered by
0
Answer:
step 1 -read num1, num2, num3, num4, num5
step 2-find the sum(num1, num2, num3, num4, num5)
step 3-find the average (num1, num2, num3, num4, num5)/5
step 4-display average
step 5-stop
Similar questions