Observe: The program asks for you to enter your name and stores this answer in the variable “username”. It also asks you to enter the name of the school and stores this answer in the variable “school”. Activity: If the username is “cat”, then say “meow”. Hint: Use the “if” block in the “Control” section. Activity: If the username is “cat”, then say “meow” 5 times, and if the username is “mouse”, then turn 15 degrees 5 times. Hint: This program is very similar to the activity in Question 2. Use two “if” blocks here.