Consider the definition of the class dateType given.
a. Write the statement that includes a friend function named before in the class dateType that takes as parameters two objects of type dateType and returns true if the date represented by the first object comes before the date represented by the second object; otherwise the function returns false.
b. Write the definition of the function you defined in part a.