Computer Science, asked by nilimawilliam, 2 months ago

Write any five rules to name a variable.​

Answers

Answered by Sreya1150
4

Answer:

  • A variable name can only have letters (both uppercase and lowercase letters), digits and underscore.
  • The first letter of a variable should be either a letter or an underscore.
  • There is no rule on how long a variable name (identifier) can be.
Similar questions