Search:

Type: Posts; User: Usoda

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    2,050

    [SOLVED] Re: Card Program"War" Class help

    I am not strongly familiar with ArrayList. As for what I mean as top and bottom I am looking at it as a playing deck of cards sitting on a table. 52 total. Where the top of the deck; if set on the...
  2. Replies
    7
    Views
    2,050

    [SOLVED] Re: Card Program"War" Class help

    It would be taking away from the top or beginning (index 0) which is in my Draw() method. Then if needed adding cards to the bottom of a deck of cards which could contain x amount
  3. Replies
    7
    Views
    2,050

    [SOLVED] Re: Card Program"War" Class help

    I understand that i need a counter to do that; however, I don't know where to set the counter so that it can determine that empty spot. Where exactly it should be pointing within the method, class,...
  4. Replies
    7
    Views
    2,050

    [SOLVED] Card Program"War" Class help

    Hello, I am having trouble with a few methods in one of my classes (Deck)

    I have 2 classes; Deck & Cards

    Two methods in Deck that I am unsure how to create is;

    "add" which is suppose to...
Results 1 to 4 of 4