1. Left edge
Start with the leftmost digit pair.
4 visual steps / multi-digit window train
Start with the leftmost digit pair.
Move one window at a time.
Hold the raw totals in order.
Read 3 | 6 | 9 as 369.
A few quick rounds make the train automatic; each raw window keeps one digit.
Start Level