Write a C++ program that sorts an unsorted list of twenty integers. Do not use the vector library for this assignment. The program must have one function using a bubble sort or a selection sort algorithm to sort the twenty numbers. The main( ) creates an array of twenty integers that are not sorted. Next, the function is called to sort the numbers in ascending order. Finally, the main( ) displays the sorted list.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here