Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

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

    Any time you get error messages you need help with should post them and the code.


    I'm done for tonight, back tomorrow,
  2. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Use a variable to hold the total. As you get a new amount for the selected item, add it to the variable.
    When you exit the loop the variable will have the total and can be printed.
  3. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Do you have any specific questions about your assignment?
    What are you trying to do next? Do one thing at a time, test it, get it to work before moving to the next thing. Use println statements to...
  4. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Can you explain what "play back" means.

    Remember parallel arrays are like rows of data in columns on a piece of paper. The columns are represented by the arrays in your program. The row is...
  5. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Please copy and paste here the full text of the compiler's error messages.
  6. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    The way you use parallel arrays is to use the same index for all the arrays. For example if you search in one array and find what you were looking for, save the found index's value and use it in the...
  7. Re: Newbie.. Parrell arays with sentienal value . I am given RESULT must write the source code

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Where does the program read any input from the user?
Results 1 to 7 of 7