Which of the following will correctly declare the EmployeeID variable as a string data type? seenagape 11 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”; Explanation: ← Previous question Next question →