What is the easiest way to find who is the tallest in Prolog:
height(lisa,1.65). height(sam,1.70). height(luke,1.92). height(nicole,1.54).
I