Running Totals

The running total algorithm uses a loop and variable (often called 'total'). It keeps adding to the total until the end of the loop, then shows the final values.

Task 8 (Running Total in a Loop)

A program calculates weekly points for a player. If they score over 10 points, it should show a message saying "well done".

Reset Get feedback

Next task