Search:

Type: Posts; User: Jaloney

Search: Search took 0.07 seconds.

  1. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Thank you Norm. I tried to make a variable sum with a for loop that adds to each loop to hold the input but it would not let me make an int sum variable to print out menu.. which is a string.. or...
  2. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    I am stuck at the end.. How to total everything and play it back after entering 0
    I have no clue how to make it print out the previously entered menu items and total them..
    This is my...
  3. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code (cash register program)

    This is my very first array assignment. I am so happy you wrote back. I have spent hours on this and at the tutoring lab and the tutors are not very experienced in Java so I am on my own. I keep...
  4. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    I am making some progress! I tested my input and everything works so far. AMAZING. I am stuck on how to "play back" the thired array in sequence to print out the description, price and total the...
  5. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Syntax error on token "void", @ expected
    Syntax error on token "]", invalid (
    Syntax error, insert "]" to complete...
  6. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Syntax error on token "void", @ expected
    Syntax error on token "]", invalid (
    Syntax error, insert "]" to complete...
  7. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    So the if loop referencing the index should apply to the item number array also and pick up each item number.. I think that is what you are saying.

    I added the scanner util and created new...
  8. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Thank you! That little code wrap helps make the code a lot easier to read. Now I am trying to figure out if I need to add something like
    item number 1 = input.next. I don't understand how to connect...
  9. Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    This is the output below. I am given the 3 menu items, prices, and 3 Product numbers.

    I have to create the source code. I am using elcipse ( My code at bottom)
    OUTPUT...
Results 1 to 9 of 9