Use of Variable
Use of Variable
Variables stores a value, You give every variable a name, then you can use the
value in your program.
Two variable are mentioned in the program plan
In scratch there is a ready variable called ”Answer” you can ask a sprite a
question then the users answer is stored in the variable answer.
Program Plan
For you to become a good programmer ,you must make a program plan.
A program plan sets out the steps to solve a problem,