Given:
Your design requires that: -> fuelLevel of Engine must be greater than zero when the start() method is invoked.
-> The code must terminate if fuelLevel of Engine is less than or equal to zero.
Which code fragment should be added at line n1 to express this invariant condition?
Click on the arrows to vote for the correct answer
A. B. C. D.C.