What do trace tables do?
show how values change when an algorithm is carried out
Rules of trace tables
~ Go through every line
~ Only add to a column when that column’s value changes
~Move onto a new row when you move into a new ‘block’ in the code
~ Gaps are fine!