Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Szam {
- String eloado;
- String cim;
- int hossz; //masodperc
- public Szam (String eloado, String cim, int hossz){
- BufferedReader br = new BufferedReader(new FileReader("lista2.txt"));
- String line;
- while ((line = br.readLine()) != null) {
- }
- br.close();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement