Let’s test how well Scratch knows his times tables! 1. Start by asking the user which number they want to know the multiples of. 2. Create a variable to keep track of what we will be multiplying by and set it to 1. 3. Say the product of the user’s answer and our variable, and then increase our variable by 1. Repeat this to get Scratch to say the first ten multiples! Challenge: Have Scratch also ask the user how many multiples the user wants to hear, and update your code accordingly.