Latest addon is not correct
![]() ![]() |
The statement below is not correct. If milesToGo is less than 10, the newSpeed is set to 10, else the newSpeed is set to milesToGo. milesToGo can be way to fast for the truck! //finally, check whether we are already within range of the destination to save fuel
It should be changed to this: //finally, check whether we are already within range of the destination to save fuel
|

