Question: c++ language Create a program that performs the following functions: 1. A function to test whether a static array is full or not. 2. A
Create a program that performs the following functions: 1. A function to test whether a static array is full or not. 2. A function to test whether an array is empty or not. 3. A function to insert a new value to an array given the position of the new value. 4. A function to delete one value from an array given the position of it. s. A function to traverse an array to print its elements. 6. A function to search the array given a key value. 7. A function to sort an array using the bubble sort technique. Inside the main function, Create a static array the user should be able to choose one function time from the above functions (3,4,5,6 and 7), and when the user entered -1 the program should be terminated. You should also attach a screenshot of the program output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
