Ask Question

using flowgorithm create program that allows a user to enter 20 numbers, then displays each number and its difference from the numeric average of the numbers entered.

+3
Answers (1)
  1. 6 May, 20:46
    0
    I dont have flowgorithm right now but you need to make loop with counter 1-20 every time it do loop it should increase some counter variable by one and take input. When it does loop 20 times it should calculate average by formula average = (a1 + a2 * a3 + a4 ... + a20) / 20. Then make new loop where it will write the difference. So you should make same loop as in begining with some counter variable 1-20, where it should write average - ai.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “using flowgorithm create program that allows a user to enter 20 numbers, then displays each number and its difference from the numeric ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers