Exam tip 1
In exams, when asked to use stepwise refinement, clearly state the problem and then list the broken-down steps numerically. For example: '1. Initialise variables', '2. Loop through inputs', '3. Calculate result'. You can then refine each step further, e.g., '2.1. Use a FOR loop from 1 to 30', '2.2. Input score', '2.3. Add to total'. This demonstrates the process clearly.