Search:

Type: Posts; User: cfmonster

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    11,411

    Re: Returning Random Strings from an Array

    I took your suggestion of:

    Random gen = new Random();
    // since we can access arrays via index, let's generate some random numbers for the indices
    suit =...
  2. Replies
    3
    Views
    11,411

    Returning Random Strings from an Array

    I'm trying to construct a class named Card that will eventually deal and print a certain number of cards.

    I'm having trouble generating random strings from two arrays called suitArray and...
Results 1 to 2 of 2