Question: c++ please This program is a variation of the previous program: LAB: Files (input and output). Generates n random numbers within a given range, displays
c++ please 
This program is a variation of the previous program: LAB: Files (input and output). Generates n random numbers within a given range, displays them to the screen, and writes them to a file. Reads the numbers from the file, displays them to the screen, and calculates the following: - number of positive numbers - number of negative numbers - numbers of Os - average of the positive numbers Displays all of the above to the screen as shown below: Results: 2 positive 5 negative 1 zero (s) The average of the positive numbers is: 3.5 2936301417182
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
