MENU
Variable
In the context of programming, a variable can be regarded as a container that holds a piece of digital data in memory. The piece of data that a variable stores, or its value, can be pre-initialized, computed, or received from runtime input.
A variable has a name, a value, a type, and a scope.