Guest User

Untitled

a guest
Jan 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class Student
  2. {
  3. String imie;
  4. String nazwisko;
  5. int[]ocena;
  6. }
  7. Student pierwszy = new Student(imie1,nazwisko1,???);
Advertisement
Add Comment
Please, Sign In to add comment