0

what is a variable?

i need the description ÂĄthanks!

28th Oct 2016, 3:54 AM
Felix Flores
Felix Flores - avatar
3 Answers
+ 2
A variable is an identifier that denotes a storage location used to store a data value.
28th Oct 2016, 4:04 PM
Anurag Lodhi
Anurag Lodhi - avatar
0
variables are attributes of classes that have a certain characteristic, and these variaves they consomes resources of memory. For example let's say you have a class name person, eyes, mouth, nose would be the attributes or variable.
28th Oct 2016, 6:36 AM
Everson Souza de Araujo
Everson Souza de Araujo - avatar
0
A variable is like a container that is use to hold different data in memory that can be use throughout your code. Variables can only store the type of data type you specify it to hold.
28th Oct 2016, 7:31 AM
Tech Go
Tech Go - avatar