We will be using the PRIMM approach when we learn to code
Predict - look at code and guess what it does
Run - run the code and see it work
Investigate - understand what the code is doing
Modify - make changes to existing code
Make - write a program based on what we have seen