Posted: Sun Mar 27, 2011 6:27 pm Post subject: turing questions .
What is it you are trying to achieve?
write a program which will qui a user about the capotal city of each province in Canada. The program should allow the user 3 guesses only.
Please provide full code.
Sponsor Sponsor
SNIPERDUDE
Posted: Sun Mar 27, 2011 6:33 pm Post subject: RE:turing questions .
We will not do your homework for you, but we can help if you are stuck on a particular aspect, advice on where to start, or code not working.
juicycouture4321
Posted: Sun Mar 27, 2011 6:37 pm Post subject: RE:turing questions .
Have absolutely no idea how to start .
apython1992
Posted: Sun Mar 27, 2011 7:55 pm Post subject: RE:turing questions .
Well, give us everything you've got. Do you know how to get user input? Do you know how to print stuff to the screen? Let's just start with that.
SNIPERDUDE
Posted: Sun Mar 27, 2011 9:43 pm Post subject: RE:turing questions .
Also with the three guesses thing, you should also take a look at for loops. In fact, the best place for all your research is the Turing Walkthrough
RandomLetters
Posted: Mon Mar 28, 2011 3:21 pm Post subject: RE:turing questions .
Quote:
Please provide full code.
I actually lol'd.
Think of what you want the program to do. To quiz the user. What makes up a quiz? You ask a question, and you take an answer. Then you check the answer.
Now how would you ask a question, take an answer, and compare the answer in turing?