I am working on a program which will take in an array[5] and a number - array length. I need to search and find the smallest number in the array, delete it, and then decrease array length by one.
...