Read ten numbers into an array, Print the contents of the array.  Sort the array using Bubble Sort. Print the contents of the array after the sort. Use functions in your program- so a function that reads the numbers, a function that sorts the numbers and a function that prints the numbers.
Must in simple c programming.​