Guest User

Untitled

a guest
Oct 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class node_type
  2. {
  3. public:
  4. int name;
  5. float gpa;
  6. node_type *next;
  7.  
  8. node_type()
  9.  
  10. };
Add Comment
Please, Sign In to add comment