Computer Science for IGCSE & O level - Programming (Section 12 - No. 2)

In the "Totaling" example, the value of TotalWeight is being increased by what?
Weight
TotalWeight
The current index
A constant value

Explanation

TotalWeight is incremented by the value of the Weight variable during each cycle.

Comments (0)

Advertisement