Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    925

    Re: Please help wih JAVA!!

    The loop in the code posted above is on the right track you just need to use the args array and not some other array you created.
  2. Replies
    7
    Views
    925

    Re: Please help wih JAVA!!

    What is the int array for? Do you understand what they mean by command line arguments?

    java Test one two three

    The Strings one two and three will be inserted into a String array and passed into...
Results 1 to 2 of 2