need help with homework ( computing question)

AsrarHussain
AsrarHussain Posts: 1,424 Member
Hello im doing prolog i need help I need to test the prolog to output all junior members. if youre confused ill explain im doing a prolog on golf club and members I need to test the query and output showing all members that are juniors. please help

Replies

  • rjt1000
    rjt1000 Posts: 700 Member
    Hello im doing prolog i need help I need to test the prolog to output all junior members. if youre confused ill explain im doing a prolog on golf club and members I need to test the query and output showing all members that are juniors. please help

    Can't help without a whole lot more information concerning how you structured the data and how you wrote your code. As a network engineer, and secondarily an instructor for programming and network engineering at a university, my real answer to you is "study your course work and figure it out yourself....."

    Sure it's a bit harsh but you're trying to get somebody else to tell you the answer rather than learning it yourself. And if you're school has an honor code, you're probably violating it......
  • AsrarHussain
    AsrarHussain Posts: 1,424 Member
    Hello im doing prolog i need help I need to test the prolog to output all junior members. if youre confused ill explain im doing a prolog on golf club and members I need to test the query and output showing all members that are juniors. please help

    Can't help without a whole lot more information concerning how you structured the data and how you wrote your code. As a network engineer, and secondarily an instructor for programming and network engineering at a university, my real answer to you is "study your course work and figure it out yourself....."

    Sure it's a bit harsh but you're trying to get somebody else to tell you the answer rather than learning it yourself. And if you're school has an honor code, you're probably violating it......

    no we actually are told youre allowed to do research and find out
  • AsrarHussain
    AsrarHussain Posts: 1,424 Member
    I found out how to do it it was hard I just had to try diffrent ways im relieved
  • jnichel
    jnichel Posts: 4,553 Member
    select * from users where clue > 0;
  • AsrarHussain
    AsrarHussain Posts: 1,424 Member
    select * from users where clue > 0;

    I need to try it thanks i went college today I found what the problem was LOL it was so simple
  • I've not done much work with Prolog, however I think you'd find more assistance on a Software Development forum rather than a weightloss one...

    Good places to try:
    www.dreamincode.net
    www.programmingforums.org
    www.programmersheaven.com
  • AsrarHussain
    AsrarHussain Posts: 1,424 Member
    I've not done much work with Prolog, however I think you'd find more assistance on a Software Development forum rather than a weightloss one...

    Good places to try:
    www.dreamincode.net
    www.programmingforums.org
    www.programmersheaven.com


    thanks i will try them