What are variables? What are the conditions for variables?
Variables: A variable is a data name that may be used to store data value. A variable may take different value at different times during execution. Some examples are, average, height, class_strength. Conditions for variables: Variable names may consist of letters, digits and the underscore character, subject to the following conditions. Must consist of only letters, … Read more