This program will generate an array of 20 random integers between 1 and 100 and let the user do many different actions to the array. The user has the following options:
A.) Display Conents
B.) Add Number or Add Multiple Numbers
C.) Delete Number
D.) Sort the Array from lowest to highest number
E.) Display the Size of the Array
F.) Search for a specific number in the Array.
Clear Conents Exit Program
Below are all screenshots of the program working:
A.) Display Conents
B.) Add Numbers
C.) Delete Number or Numbers
D.) Delete Number or Numbers
E.) Display Size of Array
F.) Search Button
Clear Contents