Totalling
Summary: A programming technique that accumulates a running total by adding each new value to a running sum, typically using a variable initialised to 0. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A programming technique that accumulates a running total by adding each new value to a running sum, typically using a variable initialised to 0.