Which three statements are true regarding PeopleCert user-defined variables? (Select three.)
Select an option, then click Submit answer.
-
○
Explicitly declaring object type variables provides no benefit over allowing them to be autodeclared
-
○
All local variables must be declared at the beginning of the program
-
○
Local variables can be declared and instantiated in a single statement
-
○
All component variables must be declared before the first line of executable code
-
○
Local variables can be declared and assigned in a single statement
-
○
All variables of type Any must be explicitly declared