Search:

Type: Posts; User: Azayth

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,868

    Re: Input file to Array

    Okay well I altered the code slightly


    import java.io.*;
    import java.util.*;

    public class four {
    public static String[] Array = new String[5000];
    public static int[] Frequency = new...
  2. Replies
    7
    Views
    1,868

    Re: Input file to Array

    It compiles sometimes but doesn't print anything to screen, currently it's reporting problems with "writeline" and with the Reader and Writer, specifically declaring new FileReader and new FileWriter.
  3. Replies
    7
    Views
    1,868

    Input file to Array

    Hi everyone

    I'm currently working on a program that will read in a file, break it up into sentences, check for duplicates (and print them to an outfile) and pull out specific sentences. I was...
Results 1 to 3 of 3