⭐ 1.5.3 Multiplication

View

In Scratch, as well as in most other programming languages, the multiplication symbol is the  character.  The Scratch  multiplication operator block is used to calculate multiplications.

Activity: Multiplication operator

You will multiply two values stored in two variables called my Number and myNumber2, and the puppy will show the result.  Follow these steps to create the Multiplication Puppy program.

  1. Select File File and then Save as a Copy from the top toolbar.

 

  1. Change the title of the project to Multiplication Puppy.

 

  1. Replace the () - () block in the Scripts Area with the () * () block.

 

Your script should look like Figure 27.

 

 

Figure 27: The Multiplication Puppy program

Last modified: Friday, 24 September 2021, 11:33 AM