In this challenge we will design algorithms used to calculate the Min, Max, Mean, Median and Mod from a list of numbers.
First you may want to refresh your maths skills and check the meaning of these terms: http://www.purplemath.com/modules/meanmode.htm
MIN Flowchart
Challenge #1
Use our flowchart designer tool to create 4 more flowcharts to:
- Calculate the Max value of a given list,
- Calculate the Mean value of a given list,
- Calculate the Median value of a given list,
- Calculate the Mod value of a given list.
Challenge #2
Now that you have designed your algorithms you can implement these using Python code.
Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area