Computer Science for IGCSE & O level - Programming (Section 7 - No. 9)
If `NumberSubjects = 5` and a loop is designed to iterate through each subject, how many times will the loop run?
1
5
10
0
Explanation
The loop will iterate once for each subject.
Comments (0)
