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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
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]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!