So I am trying to write a program that determains if a student has passed a class or not. I have to have the user input exam marks, course work marks, whether they have withdrawn from the class or if they are exempt from the class. The withdrawn and exempt parts are meant to be taken in as a char, but I am not sure how to do that part. So this is the code i have so far