Search:

Type: Posts; User: hblakek

Search: Search took 0.09 seconds.

  1. Creating a new object from an ArrayList of objects

    I have pasted my code below. I am attempting to create an Invoice object from an object stored in an ArrayList. I get the error message "not a statement" and "; expected" on line 61: Invoice...
  2. Replies
    4
    Views
    2,241

    Re: Scanner skipping input

    When I run the program, this is what I get:

    Please make a selection [1 - Add Client / 2 - Create Invoice / 3 - Quit]:
    1
    Please enter the client's name: Please enter the client's numerical ID:...
  3. Replies
    4
    Views
    2,241

    Scanner skipping input

    I am (obviously) a beginner. For the life of me I can't figure out why my scanner is skipping - not giving me the opportunity to input the Strings, it does however let me input the ints (when I...
Results 1 to 3 of 3