Question: In Prolog, define a predicate maxlist(L,M) that takes a list L of numbers and unifies M with the maximum number in the list. The predicate
In Prolog, define a predicate maxlist(L,M) that takes a list L of numbers and unifies M with the maximum number in the list. The predicate should fail if the list L is empty.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
