Question: Write a class HarvardLawyer to accompany the other law firm classes described in this chapter (Ch 9 of Building java programs; a back to basic approach). Harvard lawyers are like normal lawyers, but they make 20% more money than a normal lawyer, they get 3 days more vacation, and they have to fill out four of the lawyers forms to go on vacation. That is the getVacationForm method should run "pinkpinkpinkpink".
Make sure to interact with the superclass as appropriate.
Make this program using java language.