Rules For Creating Variables

 1. It should start from letter or underscore

2. It should not start from number
3. It is case sensitive like 'Yash' and 'yash' are two different variables
4. It can only store alphanumeric characters