Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,188

    Re: Storefront Exercise Troubles

    When you print out Strings for debugging you should add an ID before and a delimiter after:

    System.out.println("nC="+newCustomer+"<");

    Can you post the console from when you execute the...
  2. Replies
    5
    Views
    1,188

    Re: Storefront Exercise Troubles

    One problem is with the way the Scanner class works. When it reads a whole line into its buffer that includes the lineend character. The nextLine() method removes everything from the buffer...
  3. Replies
    5
    Views
    1,188

    Re: Storefront Exercise Troubles

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting. Without formatting I can't see the nesting logic.

    Play computer with the code...
Results 1 to 3 of 3