Computer Science for IGCSE & O level - Programming (Section 6 - No. 10)
What is the purpose of the `NumberStudents` constant in the given pseudo-code?
To store the number of subjects.
To store the total marks obtained by students.
To define the number of students whose data is being processed.
To store the average marks of students.
Explanation
The code suggests that this controls how many students data are processed via loops.
Comments (0)
