Answer to Question 28C-2

  Employee* Phil = new Employee;
  Phil->name   = "Phil";
  Phil->salary = 80000;
  Phil->office = "232D";