Hi I need help with this project in computer sci., but i keep getting an error thats says "cannot find symbol - method getTimer()."
The error happens here:
public int getTimer()
{
CarWorld w = (CarWorld)getWorld();
return w.getTimer();       <----- Here
   
   
             
          
        
