¿      Variable Names
           There are some rules for choosing variable names in FORTRAN
•   Should start with an alphabetic character ( A. B, C,…..,Z )
•   Its length should not exceed 6 characters
•   Could contain digits (0, 1, 2,…., 9)  but not the first character
•   Should not contain special characters
•   Should not contain blanks