Computer Science, asked by adityasingh8080, 8 months ago

Rules for constructing Name of variable in java ​

Answers

Answered by junaidh47
0

Answer:

Rules for naming variables:

After the first initial letter, variable names may also contain letters and the digits 0 to 9. ...

The name can be of any length, but don't get carried away. ...

Uppercase characters are distinct from lowercase characters. ...

You cannot use a java keyword (reserved word) for a variable name

Explanation:

i think it may help you

Answered by arpitabarik4000
2

Answer:

➡️After the first initial letter, variable names may also contain letters and the digits 0 to 9.

➡️The name can be of any length, but don't get carried away.

➡️Uppercase characters are distinct from lowercase characters.

➡️You cannot use a java keyword (reserved word) for a variable name.

Explanation:

PLEASE MARK AS BRAINLIST ANSWER

Similar questions