Tab Title

My Scratch Lab6

Click HERE to return to homepage.

Scratch Lab6 Problem1

Scratch Lab6 Problem3

Lab Questions

1)The If Else block is a Control block and a C block. The block will check its boolean condition: if the condition is true, the code held inside the first C will activate, and then the script will continue; if the condition is false, the code inside the second C will activate.

2)The else statement is not needed because it will result in an identical outcome. You can also just change it to an If statement.

3)Student that are Freshman, Sophmores, and juniors that are on the soccer team. Or students that are in the band.

4)It includes all the Students that are Freshman, Sophmores, and juniors that are not on the soccer team

5) If you put in two #'s and the remainder is 0, then the first number is a multiple of 15.