
CS50P: Failing one check in the pset5/test_fuel task and can't debug my way out of it
Hey all,
So the check I'm failing is:
Upon debugging I did notice I need to treat decimals with .5 separately as round() was rounding 10.5% to 10% instead of 11%, otherwise all seems well. check50 doesn't show me what numbers it tests so I don't know how else to figure out what inputs it's not evaluating correctly. Any insight?
TIA!