Define a class MedicalAidMember as an ADT that uses separate compilation, i.e.
separate files for the interface and the implementation. The class represents the
medical aid record for a staff member and has five member variables:
Please fix the following input errors: