Search:

Type: Posts; User: indidude89

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,474

    Re: Need Help on testing Code

    When I try to execute this:

    public static void main(String args[]) {
    SimpleSet<String> setA = new SimpleSet<String>();
    String one = "one";
    setA.add(one);
    //System.out.print("print");...
  2. Replies
    2
    Views
    1,474

    Need Help on testing Code

    The following is the code that I have written so far for an assignment. I am having difficulty testing my methods so far. In the main method, I try to create a SimpleSet setA = new SimpleSet() but I...
Results 1 to 2 of 2