Search:

Type: Posts; User: sakura_smile

Search: Search took 0.28 seconds.

  1. Re: How can I read txt files in java program??

    Where should I put the code??
  2. Re: How can I read txt files in java program??

    When I press 8 after I run the program, it should sow me how many TV shows are there since

    System.out.println("Import "+listsize+" shows");

    However, it said 0....
  3. How can I read txt files in java program??

    My code:

    import java.io.*;

    public class TV {

    public static void main(String[] args) throws IOException {

    String fileInput=("TV.txt");
Results 1 to 3 of 3