Write a modular program that performs the following functions:
•Allows the user to enter 10 integers for sorting
•Allows the user to select one of the two types of sorting techniques
•Allows the user to select either the ascending or descending order
•Displays the sorted list of numbers according to the options selected by the user