Due Monday 4/21/14 In handin5, we created a student struct and used to to compute a few things. Alter your code from handin5, to use a student class instead of a student struct. Remember the following rules of good programming practice in regards to classes: Classes should have a proper constructor. All data should be in the form of private variables.