Write a program that will generate a set of 75 random integers in the range -26 to + 42. The program
should display the following:
a) The number of positive and negative numbers (treat 0 as positive).
b) The average value of the positive numbers
c) The average value of the negative numbers
d) The largest and smallest number.
e) The average of all the numbers.