Which of the following will correctly declare the EmployeeID variable as a string data type? liti 13 years ago 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"; ← Previous question Next question →