how would i write that? and sorry for the code-its from the wombat scenario. and , you dont have to tell me, but what time zone are you in?
private boolean gotInfected = false;
private boolean gotInfected = false;
private int infectionStage = 0;
if (infectionStage == 0) { infect(); } else { infectWorse(); }