Computer Science for IGCSE & O level - Programming (Section 4 - No. 33)
In the context of the program, what does the constant `NumberSubjects` likely represent?
The total number of students.
The number of subjects a student takes.
The class's average grade.
The highest mark possible.
Explanation
Based on the code example, the `NumberSubjects` constant seems to be used to control the number of iterations in a loop related to subjects for a student.
Comments (0)
