| Write a structure declaration for a structure named Student that holds the following |
| data about a student: |
| ID (int) |
| entry year (int) |
| GPA (double) |
| Then write definition statements that create the following two Student variables |
| and initialize them using initialization lists. |
| Variable s1 should have ID number 1234, entry year 2008, and GPA 3.41. |
| Variable s2 should have ID number 5678 and entry year 2010. The GPA |
| member should be left uninitialized. |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.