Find the Error
What's wrong?
- Code won't compile
- Code will run but with errors
- Inefficient—
gasConsumedshould be instance variable - Inefficient—
milesDrivenshould be local variable
What's wrong?
gasConsumed should be instance variablemilesDriven should be local variable