"Using the predicates parent(X,Y)
, male(X)
, and female(X)
, write a
Prolog predicate that defines sister(X,Y)
."
I am trying to teach myself how to use Prolog for giggles, and the lesson I am using has this as one of the assignments, I do not even know where to begin with this.