For your family (or any other real or hypothetical family)write a PROLOG program “family.pro” that is based on the followingfacts: is_male(NAME). e.g. is_male(tom). is_female(NAME). e.g. is_female(ann). is_parent_of(PARENT,CHILD ). e.g. is_parent_of(ann,tom).Add […]