On Wed, 2008-09-03 at 12:51 -0700, Raul Ruiz Jr. wrote:
> I created a card shuffling program and it works fine. However, for my project
> I am to place the shuffling part of my code in a separate script as a
> subroutine.
>
> I am to remove the code
> that does the shuffling and include it as a
On 9/3/08 4:01 PM, "Raul Ruiz Jr." <[EMAIL PROTECTED]> wrote:
> I created a card shuffling program and it works
> fine. However, for my project I am to place the shuffling part of my
> code in a separate script as a subroutine.
>
> I am to remove the code
> that does the shuffling and include