You are on page 1of 7

Project :Find Percentage

Scratch Example: 7(a)


About Project
Project Overview • In this scratch tutorial, we will learn how to find Percentage.

No of Sprites 1

No of Backdrops 1

No of Variables 2

Programming Concepts Sensing, operators, variables

Video Link https://www.youtube.com/watch?v=zlrhIdMgMh8


Project Screenshot
Complete Code Blocks
Blocks Actions

Clicking the green flag activates the script. The green flag is the trigger
to start the script running.

The sprite gets “Enter Total Marks, opens a user input field, and waits
for user input

Set the current value of the variable.

Create the specified text like “says” on stage for the specified time that
is (2) seconds.

Table 7.1: “Sprite 1” Code Blocks


Blocks Actions

Divide one value by another ( Obtained marks/ Total marks) and


report the result.

Multiply two values (Obtained marks/ Total marks) * (100) and report
the result.

Holds the current user input value.

It holds and reports the current value of the variable.

Table 7.2: “Sprite 1” Code Blocks


THANK YOU

You might also like