5.10pts Write the definition of a structure type called Student. This structure should contain student ID number, first and last name, major, and GPA score for each of the four undergraduate years. Example data: ID First Last Major GPAYr1 GPAYr2 GPAYr3 GPA Yr4 name Name
1 Joe Shmoe EE 3.8 3.3 3.4 3.9 Macy Chen CS 3.9 3.9 4.0 4.0 2 Patrick ME 3.8 3.0 2.4 1.9 3 Peter