Define a predicate max(+List,?Max): given that List is a list of integers, Max is the biggest number in the list. Hint
max(+List,?Max)
List
Max
Back to the practical session of day 3.