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...


Python Programming



1. write a program in Python languages that does the following:<br>a. Generates 100 random numbers between -23 and +76.<br>b. Calculates the average of the square of the generated numbers using a function that you implement.<br>c. Calculates the number of number greater than the average than the average using a function that<br>your implement.<br>d. Prints the results single line separated by spaces using a print function that makes call to the<br>previously defined function in part (b) and (c).<br>

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).

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here