C++ Homework

Question

Write a program that uses a structure named StudentRecord to store the following
information

stdName: string type
stdUIN: integer
stdMajor: string type
stdYear: integer type 
stdTotalCredits: integer type
stdCreditsCompleted: integer type


The main() function should query and get all the above details from the user.
Further create another function that takes stdTotalCredits and stdCreditsCompleted
members of the structure as parameters and returns the number of semesters remaining
before the student’s graduation. Assume that a student completes maximum of 15 credits
over a 4-months semester.


Output Format:
Student Record
Name :
UIN :
Major:
Class :
Total credit :
Total credits completed :
Number of semesters remaining before graduation:

Details
Purchase An Answer Below

Have a similar question?