Write a program that sorts a list of 4 different values integer
Your main() function will call an input function (to input the numbers), a sorting function (to sort the numbers), and output function (to display the results sorted numbers). Accordingly passing any values as needed between all functions. Write one input function to input one number, returning that value via the return statement to the calling function. You will need to call this function […]
