Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Nuno Prata

Nuno Prata

Nuno Prata has asked 0 questions and find answers to 1 problems.

Stats

25
EtPoint
8
Vote count
0
questions
1
answers

About

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