Projects

Etch-a-Sketch

Rock-Paper-Scissors

Questions

#1. An if statement carries out an action once a certain condition is met, while an if-else statement will carry out one action if a condition is met, and another if it is not.

#2. There is no simpler way to write that code.

#3. This conditional describes all non-seniors who are part of the soccer team or band.

#4. The revised conditional now includes seniors who are on the soccer team or are in the band.

#5. The code"If # mod 15 = 0" will activate when a number is divisible by 15.

Home