Predict 1: Count-controlled FOR loop
Code Editor (read only)
Console
Press "Run this code" to see output.
Y11 GCSE Computer Science
Focus topic: FOR loops (count-controlled iteration) using OCR pseudocode.
Read each OCR pseudocode snippet, predict what happens, then run it to check.
Press "Run this code" to see output.
Press "Run this code" to see output.
Press "Run this code" to see output.
Press "Run this code" to see output.
Press "Run this code" to see output.
for ... to ... step ... and next ....10 down to 0.step -1 correctly.1 to 9.Run your code to check it.
step in at least one loop.