This is my prompt:
Prompt, input student's name (first name only, which will consist of one word only) and score. C&d on input failure. Let's say that the score might have a fractional part, so input the score into a double variaible. Calculate and output the student's grade according to
>= 85 A
[75, 85) B
[65, 75) C
(50, 65) D
<= 50 F
EXCEPT that if a student's name is my name (Bob) or your name and the student earns less than an A, that student gets the next higher grade.
I GOT EVERYTHING, EXCEPT THE RAISING A GRADE THING if your name is Bob or my name. Help please!?