0
How to make median program by the use of loops and input given by user
4 Antworten
+ 3
Please tag the relevant programming language.
+ 2
Give it a try!
read about loops and input in the lesson and try to write code.
+ 1
Currently I am using python. To make median program using loops
+ 1
Start by getting input. Store the input in a list. Make sure that the input is converted to numeric data type. Sort the list. Then find the median.