/*exercice 1 */ 1:b 2:c 3:b 4:d :A=3,B=7,L=[C],X=1. 5:b /*exercice 2 */ insert(X,[],[X]). insert(X,[Y|R],[X,Y|R]):-X=