Students should complete the two methods in the Fuel Depot question and can check the logic using this shell. Uses an ArrayList of tanks and they need to access the instance variable that has the fuel level. They need to find the lowest tank and pass that index to the filler robot so he can move to that location.
Level: (Intermediate)
Duration: Students should be able to write out the methods and then go check them in a class period worth of time.
Teaches: Practice using ArrayList methods, conditionals,using accessor methods outside a class for instance variable information, and using methods provided for class objects.