Revision as of 19:43, 13 May 2024 by Admin (Created page with "# No, the name of a variable must begin with a letter (lowercase or uppercase), or an underscore. # Only the underscore can be used. # for example, '''#nm*rt''' is not allowed because # and * are not the valid characters for the name of a variable.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
May 13'24

Answer

  1. No, the name of a variable must begin with a letter (lowercase or uppercase), or an underscore.
  2. Only the underscore can be used.
  3. for example, #nm*rt is not allowed because # and * are not the valid characters for the name of a variable.
00