We have converted the Simpsons-Bouvier family tree into prolog relations. Now we will use these to define more complicated relations.

The Simpsons-Bouvier family family tree

Implement following relations:

You may use the relations father(Father,Child) and mother(Mother,Child), male(X) and female(X).