Computer Science for IGCSE & O level - Programming (Section 10 - No. 36)

In the pseudocode, what is the primary purpose of the line: `TOTAL = 0`?
To define the loop's condition.
To output the total marks.
To initialize the 'TOTAL' variable to zero.
To read the input marks.

Explanation

Initializing `TOTAL = 0` sets the starting value for accumulating the sum of marks.

Comments (0)

Advertisement