If statements wait for an outcome that is true of else nothing else will happen. An if-then statement has two out comes one that waits if the if isnt true and something else if the if is false
Question #2 Simpler version
put the move 10 before the if-else statement and replace it so it only says if mouse x=0 then say my hmouse is at zero!.
Question #3 Compound Conditionals
students that are not seniors and they are in the soccer team or band.
Question #4 Compound Conditionals 2
students that are not seniors and students that are not in band or on the soccer team.