Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    1,227

    Re: Shopping Line Java Program

    A design is a list of the steps the program needs to do to solve the problem. You shouldn't try writing any code before the progrm has been designed.

    The input file contains names and the times...
  2. Replies
    12
    Views
    1,227

    Re: Shopping Line Java Program

    Try writing a small, simple program that uses a Queue and experiment with adding items to it and removing items from it so you see how to use its methods and what happens when the methods are called....
  3. Replies
    12
    Views
    1,227

    Re: Shopping Line Java Program

    What classes do you know how to use to be able to design and write code to do that?
  4. Replies
    12
    Views
    1,227

    Re: Shopping Line Java Program

    The posted code is hard to read and understand because of its poor formatting. The indenting goes all over the place.



    What classes do you know how to use to be able to design and write code...
  5. Replies
    12
    Views
    1,227

    Re: Shopping Line Java Program

    Sorry, I forgot to say:
    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Can you ask some specific questions about...
Results 1 to 5 of 5