Question: design program c++ Today, you are to build a class that will facilitate the location of the variable from the list of 24 numbers defined
design program c++

Today, you are to build a class that will facilitate the location of the variable from the list of 24 numbers defined below. An initialized array is shown for you. 34,55,18,14,1,5,2,6,21,64,101,102,99,2,15,22,2,222,13,9,0,8,3,7 int foo [5]-1 16, 2, 77, 40, 12071 ; You will use a class called SortMe. You will design a bubble sort algorithm on your array, and then add a recursive binary search algorithm on the sorted array. Duplicates are to be removed by the bbble sort algorithm. Obiain frorn the user, their required number. Exarnple, i they enter 55, then this is in which position ? from the 24 numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
