if (i>10){ i=i+10;}
(leben<1){ System.out.println("Game over"); }
public boolean istGroesser10(int a){ return (a>10);}