Unit 3.3 & 3.4 Hacks
Unit 3.3 & 3.4 Hacks
HACKS for 3.3 and 3.4
- sequencing
- sequencing
- selection, sequencing
- iteration, sequencing
- sequencing
num1 = 5
num2 = num1 * 3
num3 = num2 / num1 * (9 % 2) * 4
result = (num3 % num1 + num2) % num3 * 3 / 5
this results in 3
hacks for 3.3
- iteration
- selection
- sequence