Advertisement
salmancreation

Class Lab Task 1 by Me

Jan 23rd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.14 KB | None | 0 0
  1. course(
  2.     ai,
  3.     m,
  4.     cse101,
  5.     harse).
  6.  
  7. cr(Crname, Cname,Sec,Room):-
  8.     course(
  9.         Cname,
  10.         Sec,
  11.         Room,
  12.         Crname).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement