Computer Science, asked by turabhusain759, 2 months ago

What is a variable? how will you create a variable in scratch​

Answers

Answered by Anonymous
2

Explanation:

Unlike many other programming languages, Scratch does not allow variables to be created by a script as it runs. Instead, variables are created with the "Make a Variable" button in the Block Palette. This results in only a small amount of RAM being used to store the value for use when the project actually runs.

Answered by dezisantosh
3

Answer:

A variable is a quantity that may change within the context of a mathematical problem or experiment.

Unlike many other programming languages, Scratch does not allowvariables to be created by a script as it runs. Instead, variables are created with the "Make a Variable" button in the Block Palette.

Similar questions