Is there no such thing as hasNextChar?
I'm trying to make a program to figure out a grade point average, and a solution I've come up with to deal with the +/- is to assign it as a char and give it a value from there, but I run into problems when there is no char after the letter grade. I thought a hasNextChar would take care of this problem, since it would only assign a value if the +/- was present, but from what I can tell, hasNextChar doesn't exist in Java?