Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,097

    Re: Java Help for a begginer

    Have the user enter all the values you want on one line before pressing Enter.
    You'll have to separate them after the method returns them into a String.
  2. Replies
    3
    Views
    1,097

    Re: Java Help for a begginer

    Build one String with all the lines to be displayed separated by newline characters: (\n) and display that.
Results 1 to 2 of 2