Write an application that does the following:
(1) Fill an array with 50 random integers;
(2) loop through the array, displaying each value, and count the number of negative values;
(3) after the loop finishes, display the count.
Note: The Random32 procedure from the Irvine32 library generates random integers.