So let us move one step ahead and in this video we will understand what are variables in scratch programming. To understand the concept we will perform a task to calculate the area of rectangle in scratch. We will use total three variables to perform this operation.
What are variables?
Variables are the names you give to computer memory locations which are used to store values in a computer program. In our case the name of the variables would be length, breadth and area.
#scratchprogramming #programmingforkids #variablesinscratch