For this project I made a sprite move around and draw a line as it goes. It is controlled by the arrow keys. Finally, when the spacebar is pressed, the sprite returns to the origin (center of the stage) and clears its drawing.
For this project I created a sprite that dances at a certain speed and then is controlled by the faster and slower buttons. Also, there is an option to make the dancer dance at his max speed.
Question 1: I difference is that the if statement only has one response but the if else statement is present that if the conditional is false, something else will happen.
Question 2: The easier way to write that block would be to have only an if not block so he could eliminate the else.
Question 3: That statement represents Freshmen, Sophmores, and Juniors who play soccer or are in band.
Question 4: The new statement now includes Freshmen, Sophmores, and Juniors, who aren't in band or play soccer.
Question 5: The condition for multiples of 15 would include putting the number 15 and then a variable implying any integer that can be multiplied to it.