3-Write a prolog program to get a list and return sum of the even elements in the list. For example ?- counting ([ 1, 2,
Posted: Tue Jul 12, 2022 8:15 am
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