Computer Science for IGCSE & O level - Programming (Section 6 - No. 40)
What is the purpose of the `Total = Total + Mark` statement in the code?
To increment the counter.
To calculate the average.
To add the current mark to the running total.
To set the total to the mark value.
Explanation
This statement adds each new mark entered by the user to the variable `Total`.
Comments (0)
