Writ a funtion to arrange 10 numbers stored in an array forom the largest to the smallest and pass the results to main program.
Write a main program:
a) to declare an array of size 10.
b) assign 10 numbers into the array and print the 10 numbers in the order from largest to the smallest.