Advantages of dry running a flowchart
When dry running a flowchart it's advisable to draw up a trace table illustrating how variables change their values at every stage in the algorithm. Advantages of doing this are:
- If you make a mistake, it's easier to back track to where error occurred instead of starting from the beginning again
- It is less likely of an error being made
- encourages a more logical approach