A variable is a named place in the memory where a programmer can store data and later retrieve the data using the variable “name”
“We can change, that’s why we call a variable”.
~~x = 12.2~~ (removing)
y = 14
x =100 (and adding 100 instead of 12.2) for x)
~~x = 12.2~~ |
---|
y = 14 |
x = 100 |