Prata 101
while(this.person.money != 0){
RideTheWorld();
if(this.person.money == 0){
codeAndGetMoneyFor("Gas");
} else if (this.person.getMotoTyreState() < MyMotorcycle.TYRES_OK){
codeAndGetMoneyFor("Tyres")
}
}