Dec 26 2008
What are variables used in programming languages?
Variables are the storage containers, which are temporarily used to store values for later use. Suppose you are carrying a tiffin box for your lunch, here the tiffin box is the variable and the food items it contains are the values it contains for your later use at lunch time or whenever we need it. The dame the variable works and may be of several types like integer, floats, strings and so on and is the most important element used in programming languages JavaScript, Java, VB, C## etc.
There are two types of variables Independent and Dependent variables
Independent Variables : These are as the names suggest are the fixed values that never changes means satnd alone and doesn’t affected by other variables. Like age of a person provided.
Dependent Variables: These are values which changes according to external variables or factors like a score card which remain always changing with the course of game.













