Jubecron Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Jubecron Forum

The JUBECRON forum - Jamaican Chat, Dating, Games, Anime, and just meeting people.
 
HomePortalSearchLatest imagesRegisterLog in

 

 Exam Type Question involving Structure and List

Go down 
AuthorMessage
Beezle
Elite Member
Elite Member
Beezle


Female
Number of posts : 547
Age : 34
Mood : Exam Type Question involving Structure and List Breezy
Points : 253
Registration date : 2008-03-02

Character sheet
Weapon: Chakrams
Class: Ninja Ninja
HP:
Exam Type Question involving Structure and List Left_bar_bleue50/50Exam Type Question involving Structure and List Empty_bar_bleue  (50/50)

Exam Type Question involving Structure and List Empty
PostSubject: Exam Type Question involving Structure and List   Exam Type Question involving Structure and List Icon_minitimeTue Nov 16, 2010 9:19 pm

The question is in the code.

Code:
% Author: Claudia-Ann Gray 0702011
% Date: 11/16/2010

liquor(id(101),food(vegetable),name_(moet),flavour(dry)).
liquor(id(201),food(meat),name_(moulin),flavour(intense)).
liquor(id(301),food(rice),name_(blaye),flavour(dry)).
liquor(id(401),food(seafood),name_(yellow_tail),flavour(intense)).

type(white,[101,301]).
type(red,[201,401]).

mymember(X,[X|_]).
mymember(X,[Z|T]):-mymember(X,T).

/*Write a predicate listwines/0 that prints the following in tabular format
        name        food        type*/
       
listwines:-write('Name'),tab(8),write('Food'),tab(8),write('Type'),
          nl,show.
         
show:-liquor(id(ID),food(Food),name_(Name),_),type(Type,List),mymember(ID,List),
      write(Name),tab(8),write(Food),tab(8),write(Type),nl,fail.
Back to top Go down
 
Exam Type Question involving Structure and List
Back to top 
Page 1 of 1
 Similar topics
-
» Violence and the type of music we listen to
» Strong Controlling Type or Weak Push-over
» Movies to see list
» christmas list
» BUCKET LIST

Permissions in this forum:You cannot reply to topics in this forum
Jubecron Forum :: School :: Schools (General)-
Jump to: