4-Write a prolog program to get a list and delete the first and the last elements of a list returns the list without tho
Posted: Thu Jul 14, 2022 2:19 pm
4-Write a prolog program to get a list and delete the first and the last elements of a list returns the list without those elements For example ?- deleting ([a,b,c,d,e,f],Q). Q=[b,c,d,e]