have to do this
The constructor for the class should set the initial fuel level to 0.0 L (assume all fuel amounts are in litres). You'll need to use a Private Double class field. " Private FuelLevel = 0.0 As Double
........when i do like this i that error message.....