Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. package scr2;
  2.  
  3. public class TestStudent {
  4.     public static void main(String[] args) {
  5.         Student MyStudent = new Student("Bojidar",165,"Programing","tehnicheski","Test2002@gmail.com","088987727");
  6.         MyStudent.printcounter();
  7.         MyStudent.printparameters();
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement