Computer Science, asked by sanjibdas7343, 4 months ago

what are the rules of naming variables?

Answers

Answered by 13prashantyadavkarad
2

Explanation:

Rules for Naming Variables

The first character must be a letter or an underscore (_). You can't use a number as the first character. The rest of the variable name can include any letter, any number, or the underscore. You can't use any other characters, including spaces, symbols, and punctuation marks.

Answered by parthasarathidas78
1

Answer:

Rules for Naming Variables

Rules for Naming VariablesThe first character must be a letter or an underscore (_). You can't use a number as the first character. The rest of the variable name can include any letter, any number, or the underscore. You can't use any other characters, including spaces, symbols, and punctuation marks.

Explanation:

hope it can help you

Similar questions