This does not look correct:



public static int readFile () throws IOException {
FileInputStream fstream = new FileInputStream("c:/scores.txt");
DataInputStream in = new...