Python Programming
Extracted text: 1. write a program in Python languages that does the following: a. Generates 100 random numbers between -23 and +76. b. Calculates the average of the square of the generated numbers using a function that you implement. c. Calculates the number of number greater than the average than the average using a function that your implement. d. Prints the results single line separated by spaces using a print function that makes call to the previously defined function in part (b) and (c).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here