“3.3 to 3.4 Lesson Hacks”
Luka’s Hacks
- Set item to number to search for.
- Get next number in the list
- If number = item, display “item found”
- If there are more numbers in the list, go back to Step 2.
- Display “item not found.”
- Sequencing: 1, 2, 5 (technically all steps are sequence)
- Selection: 3
- Iteration: 4,
Antony’s Hacks
Crossword Puzzle:
- 1 Down: Iteration
- 2 Down: Selection
- 3 Across: Sequence
Matty’s Hacks