public IsAnOwnableCar(vehicleid){ if(vehicleid >= 190 && vehicleid <= 275)/*change it to what it should be*/ { return 1; } return 0;}