Question: PROBLEM STATEMENT
Write a program that will create an unsorted array with 10 integer elements. you may prompt the user for the elements or you may populate the elements using the random number generator.
Task 4 - Solve the problem using the Bubble sort
Task 5 - Solve the problem using the Selection sort.