
please wait
Create a program that prompts the user for ten integer numbers in any order between zero and nine. The numbers should be stored in an array. The program should call up four functions. Send the variable with the numbers down to the functions. Three of the functions should find the mean, median, and mode of the list. The last function should sort the numbers and print them in descending order or ascending order. Print out all the results in the function and return nothing. |