Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,662

    Re: Pig Latin translator

    There are a couple of ways to parse a line with multiple words separated by spaces so you get the words one at a time.
    The Scanner class has a constructor that will take a String in its constructor...
  2. Replies
    4
    Views
    2,662

    Re: Pig Latin translator

    How do you want to change it?
    Allow a user to enter more than one word on a line?
    Allow a user to enter more than one line with one word on a line? That will require a way for the user to tell the...
Results 1 to 2 of 2