Home > Archive > Java Help > February 2007 > HELP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| ar2539@gmail.com 2007-02-27, 10:14 pm |
| Hi, i need to create a java program.
The program have to:
Take a deck of cards (assume 52 cards to a deck) in random order. cut
the deck. cut the card from the top. shuffle the deck by laying cards
down alternatly begining with the botton card from the top sesion,
then the bottom card from the bottom section,etc. the ecess cards
from
the karger section and up on top. Repeat shuffling until the deck
returns to its original state.
| |
| IchBin 2007-02-27, 10:14 pm |
| ar2539@gmail.com wrote:
> Hi, i need to create a java program.
>
> The program have to:
> Take a deck of cards (assume 52 cards to a deck) in random order. cut
> the deck. cut the card from the top. shuffle the deck by laying cards
> down alternatly begining with the botton card from the top sesion,
> then the bottom card from the bottom section,etc. the ecess cards
> from
> the karger section and up on top. Repeat shuffling until the deck
> returns to its original state.
>
Homework huh?
--
Thanks in Advance... http://weconsultants.prophp.org
IchBin, Pocono Lake, Pa, USA http://ichbinquotations.awardspace.com
________________________________________
______________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
|
| ar2539@gmail.com wrote:
IchBin wrote:[color=darkred]
> Homework huh?
And multiposted, at that.
Tsk, tsk, ar2539.
- Lew
| |
| Joshua Cranmer 2007-02-28, 7:11 pm |
| ar2539@gmail.com wrote:
> Hi, i need to create a java program.
>
> The program have to:
> Take a deck of cards (assume 52 cards to a deck) in random order. cut
> the deck. cut the card from the top. shuffle the deck by laying cards
> down alternatly begining with the botton card from the top sesion,
> then the bottom card from the bottom section,etc. the ecess cards
> from
> the karger section and up on top. Repeat shuffling until the deck
> returns to its original state.
>
1. Please try to use correct English grammar and spelling. It's a common
courtesy, that makes your request easier to read and aid.
2. Please use a descriptive subject. It's another one of those common
courtesies. Also, don't SHOUT.
3. Please don't beg programs off others for help to write a program. The
purpose of these forums is to help with problems like "Why doesn't this
compile/work?"; "What would be better, using clone() or arraycopy()?";
or "Could someone clarify §15.12.2.7 of JLS 3?".
|
|
|
|
|