Search:

Type: Posts; User: EmSaint

Search: Search took 0.09 seconds.

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

    Thanks guys that worked fine.
  2. [SOLVED] Re: How to Put Spaces in the Output of Passed Arguments?

    Well is that the only way to do it? This is part of an instructed assignment (of course) and the directions called for an output of "Hello whatever input" if a user were to pass in "java Hello...
  3. [SOLVED] How to Put Spaces in the Output of Passed Arguments?

    When passing in an argument using the cmd console, such as "java Hello Shook Ones" how would you get the output to contain spaces in between the args?

    Here is some of my code:


    if(args.length...
Results 1 to 3 of 3