Create int array. Get IntStream from it, for which:
-
Find the average of the elements of the array.
-
Find the minimum element and return the value.
-
Count the number of elements equal to zero.
-
Count the number of elements greater than zero.
-
Multiply the elements of the array by number.