Question: Type up the program below and get it working. Then add the following functions/methods/actions: insertFirst(int number-to-add) -assumes array is big enough, inserts element at index


Type up the program below and get it working. Then add the following functions/methods/actions: insertFirst(int number-to-add) -assumes array is big enough, inserts element at index 0, and then shifts all others to the right. deleteNumber(int number_to_delete) - If a number is found, delete that element and shifts all others to the left (deletes 1 number max) . sort) sorts the array using bubble sort that we learned in CSIS45 Call each function from the main, and test your program. Show all test results at the bottom of your code using//
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
