Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public String crab() throws FileNotFoundException{
- File f = new File("C:/Users/dns/Desktop/аыва.txt");
- Scanner scn = new Scanner(f);
- String cont = new String();
- while(scn.hasNext())
- cont+=scn.nextLine()+"\n";
- scn.close();
- return cont;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement