Advertisement
Guest User

big chungi

a guest
Feb 11th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public Student()
  2. {
  3. firstName = "Michael";
  4. lastName = "Douglas";
  5. ID = "123456789";
  6. GPA = 4.0;
  7. }
  8. {
  9. firstName = first;
  10. lastName = last;
  11. ID = i;
  12. GPA = g;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement