Question: Create a program in Scratch with the following requirements. Create a custom sprite.Make the sprite ask the user to enter a number.Save the number as

Create a program in Scratch with the following requirements.
Create a custom sprite.Make the sprite ask the user to enter a number.Save the number as a variable named 'x'.Make a different sprite show up and ask the user for a number.Save the number as a variable named 'y'.Save a random number between 1 and 20 as a variable named 'z'.Make a third sprite show up and say the random number stored in 'z'.Add x + y + z and save the total as a variable named total.Change the color of the first sprite and make it say the total.When each sprite shows up, they must play a sound.Include a few seconds of wait time, where necessary, to allow the sprites to complete actions.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!