Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of PotatoPhil

PotatoPhil

PotatoPhil has asked 1 questions and find answers to 1 problems.

Stats

16
EtPoint
1
Vote count
1
questions
1
answers

About

PotatoPhil, translates roughly to Potato Love, hmm..?

 public Life getALife(Person noLife)
 {
     if(noLife.hasLife()==Boolean.TRUE){
         noLife.setHasLife(false);
         System.err.println("haha loser");
         return noLife;
     }else{
         noLife.setHasLife(true);
         return noLife;
     }
  }