Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1.     public void SinhVien(String _tenSV, int _maSV, float _diemToan, float _diemLy, float _diemHoa){
  2.         this.tenSV = _tenSV;
  3.         this.maSV = _maSV;
  4.         this.diemToan = _diemToan;
  5.         this.diemLy = _diemLy;
  6.         this.diemHoa = _diemHoa;
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement