Answer to Question 24A-4

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