Unit 3.3 & 3.4 Hacks
Hack 1
- Sequencing: 1, 2, 3, 4, 5
- Selection: 3
- Iteration: 4
Hack 2
Evaluate the arithmetic expression or this code:
num1 = 5
num2 = num1 * 3 15
num3 = num2 / num1 * (9 % 2) * 4 12
result = (num3 % num1 + num2) % num3 * 3 / 5 3
result = 3
HACK for 3.3! CROSS WORD PUZZLE!
- 1 down ITERATION
- 2 down SELECTION
- 3 across SEQUENCE
Hack 3
Quiz