Which of the following will correctly declare the EmployeeID variable as a string data type?
Select an option, then click Submit answer.
-
○
string EmployeeID = 123;
-
○
string EmployeeID = "123";
-
○
var EmployeeID = 123;
-
○
var EmployeeID = "123";

