Ask Question
24 October, 02: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. 24 October, 03:35
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers