How will you create a variable in scratch
.
Answers
Answered by
0
Answer:
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.
Explanation:
Answered by
4
Answer:
♥♥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.♥♥
Similar questions