Question: Create a predicate in Prolog senior(X, Y) that is true if employee X is older in the company than employee Y. X and Y are
Create a predicate in Prolog senior(X, Y) that is true if employee X is older in the company than employee Y. X and Y are employee IDs
employee(eID,firstname,lastname,month,year), use this predicate to create the above predicate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
