Graduation Time! C++ Code

Graduation Time! C++ Code

This code tells if a student will graduate or needs to study more.

The user is first asked to enter the student’s year:

Program that tells if a student can graduate based on the year and the GPA.

Then, it asks for the studen’s GPA:

Program that tells if a student can graduate based on the year and the GPA. Screenshot showing that the student is from 1st year.

For years 1 to 3, all GPAs will say that the student needs more schooling:

Program that tells if a student can graduate based on the year and the GPA. Screenshot showing that the student is from 1st year and has a GPA of 4.

A 4th year student with a GPA of 1 will also say that more schooling is needed:

Program that tells if a student can graduate based on the year and the GPA. Screenshot showing that the student is from 4th year and has a GPA of 1.

GPAs 2 to 4 will graduate the student:

Program that tells if a student can graduate based on the year and the GPA. Screenshot showing that the student is from 4th year and has a GPA of 2 and can graduate.

Downloads

Videos