Course Content
EDUBLOCK
About Lesson

(Multiplication of Two Numbers)

—————————————————-

We are going to make a Mathematical Program using Scratch software, the name of the project is Multiplication of Two Numbers.

In which a Sprite is use for Multiply our Two given numbers, we can choose any sprite.

On stage, the sprite and three variables are display, we choose a cat sprite for this mathematical program, and make three variables.

  1. First Number.
  2. Second Number.
  3. Sum

we programmed the Sprite cat as, when we click space key the sprite cat asked for the First Number (we give any number by typing numerical key) then pressed Enter kay. After pressing Enter Key the Sprite asked for the Second Number (we give any Number by typing the numerical key) then we pressed Enter. After giving Second Number or pressing Enter key, the Sprite Cat wait for a second and say (the Multiplication of your two numbers is ….) and say Multiply of two number.

This is very interesting, lets start making this (Multiplication ✖ of two Numbers).

Need of things for making this Scratch

————————————————————–

First open Scratch Software any way Offline or Online the main Default screen will look like as given below.

After opening the main Default screen, first we choose Sprite for making Multiplication of two number scratch.

You can choose any sprite which you want in your Scratch. here, we use default cat sprite.

Select any Sprite Form Sprite library by clicking on (+Add Sprite icon)

Program code for Multiplication of two Numbers

——————————————————————–

Now Start Programming

Working of the Multiplication Scratch

——————————————————-

After Completing the Program for Multiplication of two Numbers, now checking the working of this Scratch.

  • Before Clicking any key, all the variables are initially zero

  • After Click on Space key to start the Multiplication Scratch.
  • The Sprite Cat ask For the First Number.

  • Please, give any Number then Pressed Enter
  • After Enter First Number and Pressed on Enter
  • Then the Sprite Cat ask for the Second Number.

  • Please, give any Number then Pressed Enter
  • After Enter Second Number and Pressed on Enter
  • Then the Sprite Cat wait for 1 Second.
  • And the Sprite cat say (Multiplication of Two Number is…) for 2 Second.

And say The Multiplication of Two Numbers

  • And Stop all program.
0% Complete