Search:

Type: Posts; User: newbie

Search: Search took 0.11 seconds.

  1. Re: Extremely basic -- help with multiple arguments

    Apologies yes, I was away with the fairies when I read your post.
    A basic way to accomplish what you need is to use more variables, which you also print, then add to final tally, before resetting...
  2. Re: Extremely basic -- help with multiple arguments

    Glad you solved it, and thanks for sharing your solution jhnhskll.
  3. Re: Extremely basic -- help with multiple arguments

    Could follow the approach you've already been following, but enclose all of it in a for loop. You could then do String str = args[indexOfEnclosingLoop];.
Results 1 to 3 of 3