Top Posters
Since Sunday
e
7
t
7
f
6
e
6
c
6
J
6
e
6
j
6
F
6
a
6
u
6
o
6
New Topic  
DJ DJ
wrote...
Posts: 772
10 years ago
Which of the following can Prolog conclude from the following program?

   parent(jill, sue).
   parent(jill, sally).
   parent(john, sue).
   parent(john, sally).
   sibling(X, Y) :- parent(Z, X), parent(Z, Y).

   A. parent(jill, john)   B. sister(sue, sally)   
C. sibling(sue, sally)   D. sibling(jill, sue)

This is for my computing programming course
Read 871 times
2 Replies
Replies
Answer accepted by topic starter
kodekode
wrote...
Top Poster
Posts: 928
9 years ago
Sign in or Sign up in seconds to unlock everything for free

Related Topics

DJ Author
wrote...
9 years ago
Thanks, this definitely solves my problem. Computer science is destroying me, so much to know.
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1065 People Browsing
Related Images
  
 4439
  
 357
  
 345
Your Opinion
Which is the best fuel for late night cramming?
Votes: 146

Previous poll results: Where do you get your textbooks?