turing questions .
Author |
Message |
juicycouture4321
|
Posted: Sun Mar 27, 2011 6:32 pm Post subject: turing questions . |
|
|
What is it you are trying to achieve?
Write a program to simulate the game of Craps. In this game, a player rolls two six sided duce. The player wins or loses the game based on these rules :
1st roll
1. If the outcome is a 7 or 11 on the first toss the player wins outright.
2. If the outcome is a 2, or 12 on the first toss the player loses outright.
3. If the outcome is a 3, 4, 5, 6, 8, 9, or 10, the player gets to roll the dice again.
2nd roll
1. The player keeps rolling the dice until the outcome matches the outcome of the 1st roll. If a 7 os rolled, the game ends and the player loses
Please provide full code |
|
|
|
|
|
Sponsor Sponsor
|
|
|
A.J
|
Posted: Sun Mar 27, 2011 7:34 pm Post subject: RE:turing questions . |
|
|
Haha, is it that time of year again? When we get random users asking us to do their work.
As stated in your other thread, we don't do your work for you. However, if you show a bit of interest and actually attempt to try learning how to code and get a start on your projects, then if required we could help you when you get stuck or require some help. |
|
|
|
|
|
Tony
|
Posted: Sun Mar 27, 2011 8:16 pm Post subject: RE:turing questions . |
|
|
@juicycouture4321: I'm really interested in knowing how one gets into a situation where "I'll just see if anyone on the internets will do my assignment for me" makes sense. This isn't a personal attack -- many others attempt this, so I'm clearly missing something, and want to know where you guys are coming from. You could privately PM me, if you prefer. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
chrisbrown
|
Posted: Mon Mar 28, 2011 5:32 pm Post subject: Re: RE:turing questions . |
|
|
Jeopardy time? I'll take "Unfourtunate Side-Effects" for $200, Alex.
Quote: "I'll just see if anyone on the internets will do my assignment for me"
Hmmm. What is the mentality produced by an education system that values grades over knowledge? |
|
|
|
|
|
RandomLetters
|
Posted: Mon Mar 28, 2011 6:38 pm Post subject: RE:turing questions . |
|
|
What's funny though is that he's probably never going to post again now that he knows we won't just give him code. |
|
|
|
|
|
SNIPERDUDE
|
Posted: Tue Mar 29, 2011 1:11 pm Post subject: Re: RE:turing questions . |
|
|
RandomLetters @ March 28th 2011, 6:38 pm wrote: What's funny though is that he's probably never going to post again now that he knows we won't just give him code.
That's where we get all our members. Just look at the numbers |
|
|
|
|
|
|
|