1.When using package A and package B, you must compile from the root folder (project)
2.Make sure your are in root folder in terminal
3.In Fuel.java file you forgot to keep return type of method
4.In Car.java, you have to call from method or if have return type then you can call outside of method by creating variable to store it.