Question: I want the code in java Write a program that have ten integral values into an array namely List. Your program should have a menu

I want the code in java
Write a program that have ten integral values into an array namely List. Your program should have a menu to select/perform the following functions :- Insert () - accept a value into the array if it's not full Remove () - remove a value from an array if it's not empty based on user selection Search () - Return the numbers of the particular search value Increase () - Increase the percentage of the store value based onto the input percentage Update () - Edit the existing value choose by user. You are required to write the above functions using C++ functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
