3-Write a prolog program to get a list and return sum of the even elements in the list. For example ?- counting([1,2,3,4
Posted: Thu Jul 14, 2022 2:19 pm
3-Write a prolog program to get a list and return sum of the even elements in the list. For example ?- counting([1,2,3,4,5],Q). Q=6