cs50/problems

Error in last condition of check50 in CS50p/PSET3/fuel

Closed this issue · 1 comments

In the problem of Fuel Gauge in CS50P/PSET3 all others were green but the last condition showed this...
:( input of 5-10 results in reprompt
expected program to reject input, but it did not

According to the question it should not be like this and should just be a normal reprompt but the message shows this.
I tried various things to satisfy it and none worked.
Please help as according to me it should not be present.

It is expected you to reprompt and your code was not. There is nothing special expected.