Question: Write Prolog rules which count the number of elements in the first list that also members of the 2nd list. For example: ?-countMembers([1,2,3,4,5] , [2,4,6,8,10],
Write Prolog rules which count the number of elements in the first list that also members of the 2nd list. For example: ?-countMembers([1,2,3,4,5] , [2,4,6,8,10], Count). Count = 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
