Question: In Prolog, create the predicate, double, which behaves as follows: ?- double(X,8) % X=4 ?- double(5,10) % true ?- double(6,Y) % Y=12
In Prolog, create the predicate, double, which behaves as follows:
?- double(X,8) % X=4
?- double(5,10) % true
?- double(6,Y) % Y=12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
