Guest User

Untitled

a guest
Apr 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public class TestClass
  2.  
  3. {
  4.  
  5. public static void main(String args[])
  6.  
  7.  
  8. {
  9. Student stu = new Student();
  10.  
  11. stu.setStudentName("John Smith");
  12. stu.setStudentNumber(12345);
  13.  
  14. System.out.println("Student name: " + stu.getStudentName());
  15. System.out.println("Student name: ")+ stu.getStudentNumber());
  16. }
  17.  
  18. }
Add Comment
Please, Sign In to add comment