Implement a method named posNeg that generates 1000 random integers. The range of the numbers should be from -5 to +5 inclusive. The method will print to the screen the number of positive values, the number of negative values and the number of zeros generated.