Search:

Type: Posts; User: Jpopto

Search: Search took 0.41 seconds.

  1. Linked list is not displaying the nodes correctly

    LinkedList class


    /*This is the main class which created Linked List*/
    import java.io.*;
    public class LinkedList{
    private Node firstNode,lastNode;


    public LinkedList(){
  2. Replies
    0
    Views
    861

    Seperating a top down program into classes

    I wrote a program to read do a simple math test, this program reads top down and works fine. I would like to break it up into three different classes with one being the main.

    The pseudocode I...
  3. Thread: Hello

    by Jpopto
    Replies
    0
    Views
    783

    Hello

    Hi all active users. I'm glad to be part of this community and hope to learn a lot.
Results 1 to 3 of 3