Multiple choice Which of the following statements is FALSE regarding variable names? Variable names must start with a letter. Variable names cannot contain a '$' sign. Variable names cannot contain spaces. Variable name should be a maximum of 30 characters in length. Reveal answer Fill a bubble to check yourself B Correct answer Explanation The name of a variable can contain $(dollar), _ (underscore) and # (pound).