Search:

Type: Posts; User: Spanky_10

Search: Search took 0.08 seconds.

  1. Re: Two-dimensional Array representing playing cards

    I know how to use classes and objects but I am not good with the arrays. I am not sure how to assign the suit for the first dimension because I also had to create a single dimensional array for the...
  2. Two-dimensional Array representing playing cards

    My two-dimensional array is:
    String[][] cards

    The first dimension is to represent the suit and the second dimension will represent the type of card(from ace to King)

    I want the constructor to...
Results 1 to 2 of 2