Question: octave (40 points) Write a script that takes as input the array of grades below for a student and computes the average of the grade,

octave
octave (40 points) Write a script that takes as input the array

(40 points) Write a script that takes as input the array of grades below for a student and computes the average of the grade, and based on the average determines the final letter grade for the student ( A (90100);B(8090);C(7080); D (6070);E(060) ). You must use a for loop in the script. grades=[92,74,86,91,88,79]. OUTPUT: The letter grade of the student is: B

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!