+ 4
Explain the use of variable names
4 Antworten
+ 7
Hello, Satish !
A variable is an area of RAM that has its own name and is intended for storing data that can be changed.
A constant is a region of RAM that has its own name and is intended for storing persistent data.
+ 1
variables are like containers that store information in the RAM so that it can be used for later
+ 1
Basically a variable is a memory in RAM where your data is stored and it's possible to have lots of those. In order to make the computer know what your talking about or instructing it on how to manipulate them you'll need to name them. Or else the computer wouldn't know which ones to use
- 1
variables are memory boxes