what are variables ? write any two rules to name a variables
Answers
Answered by
0
Answer:
Rules for naming a variable
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