Multiple choice Which of the following statements is false regarding user defined variables (UDV)? The name of a variable can start with an underscore. Variable names are case sensitive. Variable names must be unique. Variable declaration must start with the $ sign. Variable names can contain '?'. Reveal answer Fill a bubble to check yourself E Correct answer Explanation The name of a variable cannot contain '?'. The only allowed symbol is underscore ( _ )