Search:

Type: Posts; User: beginneratjava

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    988

    File to String help

    I need to read a file into a string so I can scramble to words of the file. Right now I have:

    Scanner infile = new Scanner( new FileReader( args[0] ) );

    String text = infile.nextLine();
    ...
  2. Replies
    4
    Views
    3,204

    Re: Word Scramble Program Help

    That doesn't really help me. I can't have that extra stuff printed in my output, and my original code already scrambles the first line, the problem is that it stops there and doesn't do anything to...
  3. Replies
    4
    Views
    3,204

    Word Scramble Program Help

    Hi I need some help with this project I'm working on. I need to write a program which scrambles the intermediate letters of words while keeping the first and last letters the same. The paragraph...
Results 1 to 3 of 3