Prolog quiz 5
The following Prolog program is consulted by the Prolog interpreter. film(oceans12,dir(soderbergh),stars(clooney,pitt),2004). film(robots,dir(wedge),stars(berry,mcgregor),2005). film(bambi,dir(disney),stars(bambi,thumper),1942). film(matrix,dir(wachowski),stars(reeves,moss),1999). What will be the outcome of each of the following queries?
|
|
|