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.
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