What's the purpose of using a variable in Scratch?
Answers
Answered by
1
Answer:
whenever a value must be stored
Explanation:
Variables are used whenever a value must be stored — e.g., if a project required the user to input a name and then remember that name, the name would be stored in a variable. With this, the name can be retrieved at any time; all the project has to do is check the value (which is the name).
Answered by
1
Explanation:
Variables are used to store information for use in programs. Scratch can store only numeric values in a variable which can be dropped in to any program block space with an oval shape. Make a variable in the variables page and set the tick box depending on whether you want to allow the user to view and change the value
Kindly Mark As Brainliest ^_^
Similar questions