
-----------------------------------
juicycouture4321
Sun Mar 27, 2011 6:27 pm

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.

-----------------------------------
SNIPERDUDE
Sun Mar 27, 2011 6:33 pm

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
Sun Mar 27, 2011 6:37 pm

RE:turing questions .
-----------------------------------
Have absolutely no idea how to start .

-----------------------------------
apython1992
Sun Mar 27, 2011 7:55 pm

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
Sun Mar 27, 2011 9:43 pm

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
Mon Mar 28, 2011 3:21 pm

RE:turing questions .
-----------------------------------
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?
