Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: How to Put Spaces in the Output of Passed Arguments?

    If your strings are coming in separately, then you could simply use what you have, but print out a space between each word


    System.out.print(args[i] + " ");
  2. [SOLVED] Re: How to Put Spaces in the Output of Passed Arguments?

    In passing them in, use double quotes to surround the arguments to denote that it is one string:


    REM from command prompt
    javac helloworld.class "Shook Ones"
Results 1 to 2 of 2