Hi ! I am bald. I will teach you how to be a celeb -
public class Celeb{
int limits = 100;
boolean overdose = false;
public void doDrugs(){//...}
public void divorce(){//...}
public void beADouche(){//...}
public void marry(){//...}
public void partyHard(){//...}
public static void main(String[]arse){
int limitcount = 0;
//thread 1 code
for(;;){marry(); divorce();}
//thread 2 code
while(this.overdose == false){
doDrugs();
partyHard();
if(limitcount == this.limit){overdose == true;}
limitcount ++;
}
}
}