1.

What are the rules to assign a variable in java programming

Answer»

✔✔✔Ur answer✔✔✔


⭐⭐Rules for naming VARIABLES: All variable names MUST begin with a letter of the alphabet, an underscore or✔ ( _ ) ✔or a DOLLAR SIGN ($).

⭐⭐The CONVENTION is to always use a letter of the alphabet. ✔✔

⭐⭐The dollar sign and the underscore are discouraged.✔✔



Discussion

No Comment Found