Multiple Choice
Which of the following will correctly declare the EmployeeID variable as a string data type?
A) string EmployeeID = 123;
B) string EmployeeID = "123";
C) var EmployeeID = 123;
D) var EmployeeID = "123";
Correct Answer:
Verified
Related Questions
Q16: Which statement will open this Web document
Q17: Which of the following is a practice
Q18: Consider the following statement: for (X; Y;