Answer to Question 25A-4

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