00:01
So the question here basically is talking about a particular function where we have a program that reads a list of scores and then assigns the grade based on the following scheme here.
00:10
So the question here basically gives us the scheme.
00:13
So what we're given is that we have a list of grades.
00:16
So grades is going to be equal to the list, which is going to be 40, 55, 70, 58.
00:23
So what the scheme does is that it takes the best score and subtracts a particular fixed number here.
00:30
To determine the grade.
00:31
So in this case, our best score is going to be 70 here.
00:38
So what we get is that student zero is going to have a score of 40 here.
00:44
So zero is going to be 70 minus 30 here.
00:50
So there's grade here...