Answer
Rules for naming variables
Work Step by Step
Some important rules for naming variables are the following
-name should not be keyword
-name should not start with digit
-name should not have spacing within it
-only "_" symbol can be used in name