+ 4
Who invented variable ?
who invented variable and how it entered to programming languages is it copied from math? or you know something about it ?
2 Réponses
+ 18
In programming, variables are used to store information to be referenced and manipulated in a computer program. Providing a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. Their purpose is to label and store data in memory. This data can then be used throughout your program.
Variables in programming may not directly correspond to the concept of variables in mathematics.
https://en.m.wikipedia.org/wiki/Variable_(computer_science)
+ 1
ok thanks from your info