Search:

Type: Posts; User: titowinky

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,292

    Re: Why do I get a null value?

    I am sorry about the long code. I thought it would be helpful for readers to see everything. I really don't know yet how to implement the Exceptions.
    I seem to have traced the problem. I just do not...
  2. Replies
    2
    Views
    1,292

    Why do I get a null value?

    package wargame;

    import java.util.*;

    public class Table {

    public int n, p, c;
    public LinkedList<String> shuffle = new LinkedList<String>();
    public LinkedList<String> card = new...
Results 1 to 2 of 2