Consider the following code-block in the procedure
TopThreeMarks(Subj) discussed in the lecture:
Assume that we call the procedure
TopThreeMarks(Maths). At an intermediate stage in the execution of this procedure, we find the variables having the following values:
max = 88, secondmax = 76, thirdmax = 68
For the next card that we pick up from Pile 1, the condition in the above if statement evaluates to true. What could be the smallest value of the maths marks on this card?
how the answer is 89 can anyone pls reply...