void consumeFuel()
{
if(canSee(Fuel.class)) //here in Fuel.class it is displaying an "cannot find symbol-Fuel.class"
{
eat(Fuel.class);
Greenfoot.playSound("fuel.wav");
}
}
what is the meaning of this message? kindly help
