Naming Conventions For Variables :
- Variable name must begin with an alphabet.
- The length of a variable name shouldn't be more than 8 characters.
- Upper case and lower case can be used, but they are not same.
- Keywords can't be used as a variable name.
- White space is not allowed in the variable name.
- Some valid variable names are; Sum, avg_ht