Question: I want to write code in C++ Create a program that performs the following functions: 1. A function to test whether an array is full
Create a program that performs the following functions: 1. A function to test whether an 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 then return the deleted value. 5. A function to traverse an array to print its elements. Inside the main function, Create a dynamic array the user should be able to choose one function at a time from the above functions (3,4, and 5), 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
