GPA, class & credit calculator

Apr 30, 2014 at 1:17pm
*Thanks
Last edited on May 2, 2014 at 12:20pm
Apr 30, 2014 at 1:24pm
You haven't set a default value for credit (and some other variables) so when you get into your switch statement, if for example you have typed 'A' line 25 is trying to calculate the gpa using an undefined variable => undefined behaviour.
Last edited on Apr 30, 2014 at 1:25pm
Apr 30, 2014 at 1:24pm
warning: ‘grade’ is used uninitialized in this function
warning: ‘gpa’ may be used uninitialized in this function
warning: ‘totalCredits’ may be used uninitialized in this function

Topic archived. No new replies allowed.