Question: C programming language Write a program that uses a while loop which will generate 10 random numbers (using the random number generator, seeded with time)
C programming language

Write a program that uses a while loop which will generate 10 random numbers (using the random number generator, seeded with time) of data and 100. Determine the following about the 10 random numbers .The mean of the 10 numbers . . . The maximum value generated The minimum value generated The number of even numbers The number of odd numbers The program should output the 10 numbers, the mean, the max, the min, the number of even numbers, and the number of odd numbers to the screen. For mean, the output should show the answer with 1 decimal place
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
