Guest_imported
New member
- Jan 1, 1970
- 0
I'm working on a program I just can't get to work. Here's the deal. It asks the user for a grade and when the user types in "*" the program ends and displays stuff. The problem is that if the cin for the grade is type int that the * will make it go crazy. But if it is type char than it can't deal with 2 or 3 digit numbers. Is there a way to make this program work? Thanks a lot.