Exercises (Prolog and DLP (I)) 1. Implement the following relation in DLP: Combination: nCk= C(n,k)=n!/(k!(n-k)!) Calculate combination C(10,3). 2. Implement the following relation in DLP: Sum(N,M,S) from N to M where S= N+ (N+1)+...+M if N