Nuno Prata

358
reputation
4
10

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")
               }
    }