Question: 1 1 . 4 LAB: Average exam scores ( NumPy arrays basic ) Write a program that reads two sets of exam scores of five
LAB: Average exam scores NumPy arrays basic
Write a program that reads two sets of exam scores of five students from user input and stores the scores into two NumPy arrays exam and exam The program then calculates the average of the two exams for each of the five students and outputs the average scores as a NumPy array. The program finally counts the number of average scores that are or higher and outputs the count LAB: Average exam scores NumPy arrays basic
Write a program that reads two sets of exam scores of five students from user input and stores the scores into two NumPy arrays exam
and exam The program then calculates the average of the two exams for each of the five students and outputs the average scores as a
NumPy array. The program finally counts the number of average scores that are or higher and outputs the count.
Ex: If the input of the two sets of scores are:
where is stored in NumPy array exam and is stored in NumPy array exam The program then outputs:
Average scores:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
