Computer Science for IGCSE & O level - Programming (Section 13 - No. 38)

In the provided code, what is the purpose of initializing `ClassHigh` to 0?
To initialize the high mark for the subject.
To begin the loop iteration.
To set the starting value for comparing with student marks.
To declare a constant value.

Explanation

It's initialized to compare with the marks.

Comments (0)

Advertisement