Search:

Type: Posts; User: jackzorz

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,010

    Re: Help with singly linked list.

    In the output section, it is printing "(Krusty, 324)" multiple times. More accurately, it is printing the second game entry multiple times.

    --- Update ---

    I was getting feedback from another...
  2. Replies
    3
    Views
    2,010

    Help with singly linked list.

    Hello guys. I need help with a project I am working on. Its a program that creates a singly linked list that stores names and high scores and prints them. For some reason it is printing an entry...
  3. Replies
    3
    Views
    887

    Re: Java Program Help

    Ok. I tinkered around last night and this is what I came up with.


    package lab2;

    public class OrderedPair<F, S>{


    public F getFirst;
    public S getSecond;
  4. Replies
    3
    Views
    887

    Java Program Help

    I need to write a simple program that displays up to 5 pairings of data types (int, string) (string, long) ect. I need to have at least two classes, a Pair class (generic) and an PairTest class. Can...
Results 1 to 4 of 4