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?


1 | private boolean gotInfected = false ; |
1 | private boolean gotInfected = false ; |
1 | private int infectionStage = 0 ; |
1 | if (infectionStage == 0 ) { infect(); } else { infectWorse(); } |