Chapter 2: Problem 12
Summarize three common rules for naming variables.
Short Answer
Expert verified
To summarize, the three common rules for naming variables are:
1. Begin variable names with a letter or an underscore.
2. Use alphanumeric characters and underscores within variable names.
3. Do not use reserved keywords as variable names.