nerdexam
CIW

1D0-635 · Question #8

Which of the following will correctly declare the EmployeeID variable as a string data type?

The correct answer is D. var EmployeeID = "123". See the full explanation below for the reasoning.

Question

Which of the following will correctly declare the EmployeeID variable as a string data type?

Options

  • Astring EmployeeID = 123;
  • Bstring EmployeeID = "123";
  • Cvar EmployeeID = 123;
  • Dvar EmployeeID = "123";

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    11% (6)
  • D
    79% (42)

Community Discussion

No community discussion yet for this question.

Full 1D0-635 Practice