Last posted Mar 03, 2020 at 22:45:01
Total of 800 posts
>>745
public class AutoTurretApplication {
public static void main(String[] args) {AutoTurret autoTurret = new AutoTurret();
while (true) {if (autoTurret.foundZombies()) {autoTurret.shootAtZombies();} else {autoTurret.stopShooting();}}}
}
Topic has reached inactivity threshold.
Please start a new topic.
Be Civil — "Be curious, not judgemental"
All contents are responsibility of its posters.