The grade level of undergraduate college students is typically determined
according to the following schedule:
Number of Credits Completed letter Grade
Less than 32 Freshman
32 to 63 Sophomore
64 to 95 Junior
96 or more Senior
Using this information, write a C++ program that accepts the number of credits a student has completed, determines the student’s grade level, and displays the grade level.
Comments
Leave a comment