Let’s get some practice making different functions! 1. Create a function that makes the cat speak a given number of times (the input will be the number of times). 2. Create a function that makes the cat draw a square of a given size (the input will be the side length of the square). 3. Create a function that makes the cat jump (the input will be the height of the jump). 4. Create a function that makes the cat teleport by making the cat spin in a circle, go to a random spot with a sound effect, and then spin again (no inputs). 5. When the green flag is clicked, use these functions to make the cat jump 100 steps, speak 3 times, draw a square of size 100, teleport, and then draw another square.