96 Since the attendance is only 1 value we are simply going to set it. For the sake of this project, we are going to say there are 10 total attendances.
97 @param attendance - the number of times the student attended class.
112 This will compute the average for the grades that are stored. For basic assumptions we will assume all homeworks and projects are worth 100 points. We will assume there are 10 total attendance points. We will assume that the midterm and final exams are out of 100 points a piece.
113
114 For weightings, we will use what is in our [syllabus](https://filebox.ece.vt.edu/~ece1574/fall14/syllabus.html).
115
116 As a basic idea, we will take the total points a student has earned in a category, divide that by how much they could have earned and multiply it by the weighting. For example, a student attended 8 of the 10 times. So 8 / 10 = .8 * 5 = 4. So 4 points will be added for that category. The average is the sum of the weighted averages for each category.
130 This will display the information about the student. If the student has the name \"Dave McPherson\" and the grades that are in the display, this is what the display