Ask Question
5 December, 01:13

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. 5 December, 03:00
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers