Why the 2nd task don't accept this part of code? :
if(bullets.isEmpty()) {
            return;
        }
What's wrong in this part of code ? :
else if(isAlive == true) {
        // for(Bullet a : bullets) {
        //     a.isCollision(ship);
        // }
        }