Question: Write a Prolog program sum(List, MinPlusMax) for computing the sum of the maximum and the minimum component of a list. An example of its use

Write a Prolog program sum(List, MinPlusMax) for computing the sum of the maximum and the minimum component of a list. An example of its use is: sum([3, 4, 1, 2], M). M = 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
