
Fatyma H.
asked 10/27/15draw a flowchart to find median of given numbers
Please any one give me answear of dis question tomorrow is my exam
More
1 Expert Answer

Jean-Michel T. answered 10/27/15
Tutor
5
(34)
Inspiring Professor & Tutor: Math, Physics, MATLAB, French...
This goes something like this, Fatyma. A flowchart basically highlights the different steps you need to take to solve the problem. It is very useful when you are programming the computer.
Step 1: Specify the number of inputs, N
Step 2: Store the input numbers, say X1, X2, X3, ... to XN
Step 3: Add the numbers together (calculate their sum)
S = X1 + X2 + X3 + ... + XN
Step 4: calculate the median:
Result = S / N
Hope this helps.
Jean-Michel

Arnold F.
You've calculated the mean not the median.
Report
10/27/15
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Jean-Michel T.
10/27/15