Question: Given the predicate parent( Child, Father, Mother).
Write the predicate singleChild(Name) which finds the name of single children.
For this problem single children means no other child has the same father and mother.
Show the predicate logic