Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: HELP: My program is having an error which says "cannot find symbol", but the symbols are actually there, I think I placed it in the wrong place. Please tell me where I got it wrong.

    If you need the values from both arrays, either add the print statement to the second loop
    or create a new loop for printing the values from the two arrays.

    indexing into the two arrays can use...
  2. Re: HELP: My program is having an error which says "cannot find symbol", but the symbols are actually there, I think I placed it in the wrong place. Please tell me where I got it wrong.

    The variables i and j are declared inside of the for loops and are not known outside of the loops.

    What do you want to print in that statement with the errors? If will be executed one time after...
Results 1 to 2 of 2