Advertisement
nguyenvanquan7826

Untitled

Aug 24th, 2014
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public class Student{
  2.  
  3. String name = "nguyenvanquan";
  4. int age = 22;
  5.  
  6. public void eat(){
  7. System.out.println("you are eat");
  8. }
  9.  
  10. public void study(){
  11. System.out.println("student have to go to school");
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement