Problem Objective
You are required to write an object oriented (use class and object) interactive program which performs the following tasks:
1- Reads 10 integers into one-dimensional array.
2- Prints the content of the array.
3- Sorts the content of the array.
4- Prints the sorted array.
Notice:
• For each of the above operation, you must write a function to perform the required task
• The program must be fully documented.
• You must submit a hard copy of the source and a properly labeled output.
• Store source, excusable codes and the results in a flash memory and submit them in the class on the due date.
• Test your program for different values and show the results.