Search:

Type: Posts; User: JavaPF

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    7,149

    Re: Pig Latin Translator

    I've updated my example for you to include the InputStreamReader instead of the Scanner class.



    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    ...
  2. Replies
    5
    Views
    7,149

    Re: Pig Latin Translator

    Ah OK. How about http://www.javaprogrammingforums.com/java-tips-tutorials/25-how-read-user-input-console-inputstreamreader.html
  3. Replies
    5
    Views
    7,149

    Re: Pig Latin Translator

    Hello BMN901, welcome to the Java Programming Forums :D

    I remember Pig Latin from when I was at school. Good times!

    The problem is with this piece of code:



    result =...
Results 1 to 3 of 3