Question: Write a prolog relation sumlist(X,Y) which computes Y the sum of a given list of integers X. For example, ?- sumlist([1,3,5,7],X) X = 16
Write a prolog relation sumlist(X,Y) which computes Y the sum of a given list of integers X. For example, ?- sumlist([1,3,5,7],X) X = 16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
