Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. import java.io.PrintWriter;
  2.         import java.io.File;
  3.         import java.io.FileNotFoundException;
  4. public class Zapis {
  5.     Odczyt odczyt = new Odczyt();
  6.     public void zapis() throws FileNotFoundException{
  7.  
  8.  
  9.         PrintWriter zapis = new PrintWriter("C:/pliki/Uczniowie+100.txt");
  10.  
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement