Question: Using MatLab: Write a function called classAverage that takes in an array of numbers and, after normalizing the grades in such a way that the
Using MatLab:
Write a function called classAverage that takes in an array of numbers and, after normalizing the grades in such a way that the highest corresponds to 100, returns the letter grade of the class average. The grade ranges are as follows:
Average > 90 =>A
80<=average<=90 =>B
70<=average<=80 =>C
60<=average<=70 =>D
average<=60 =>F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
