Computer Science Canada

save my 4$$

Author:  Rocket [ Thu Jun 01, 2006 9:04 pm ]
Post subject:  save my 4$$

I'm asking alot here, i have a very lenghty program. what i ask is that you download and transform it so that it can loop around and exit when asked to play again.

So heres the program and if you can send the code back to me thats a great help, you can ignore any erros. but please my ass is grass if i cant loop this.

thanks so much in advance

Author:  Cervantes [ Thu Jun 01, 2006 9:17 pm ]
Post subject: 

Now where's that Hall of Shame...?

We don't do homework for people. Describe your problem and post some relavent code that show your attempts. Chances are you'll solve your own problem while doing this.

Check the Turing Walkthrough if you need to read some tutorials.

Author:  Dan [ Fri Jun 02, 2006 6:41 am ]
Post subject: 

In theroy all you need to do is:

code:

loop
    reset all the vars to there starting value

    your program here

    ask if they whont to play again
 
    exit if they say no
end loop


Note: the above is not real code and is only ment to give you an idea of what you need to do.

Author:  codemage [ Fri Jun 02, 2006 9:35 am ]
Post subject: 

Your 4$$ is gR4$$.

Coders will generally only work for the benefit of the community, or for themselves (ie... for money). Scamming your work for you accomplishes neither.

Author:  Mr. T [ Sun Jun 04, 2006 9:51 pm ]
Post subject:  Alex's Opinion

your program always says that you got a straight flush lol

Author:  Mr. T [ Sun Jun 04, 2006 9:52 pm ]
Post subject:  Alex's Opinion

there also seems to be a lot of unnecessary code, as the programs spans nearly 2000 lines Shocked


: