¿Como matar un elefante Amarillo?

void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(this);
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot(this);
}
this->~Elephant();
}

8 Responses to “¿Como matar un elefante Amarillo?”

  1. contra Says:

    xD lo agregare a la consola haber si lo corre ok no xD

  2. alejandro isais Says:

    muerte al elefante del color que sea hahahaha gracioso

  3. Genel Says:

    } else if(color == GREEN) {
    paint(YELLOW);

    XDDDDDDDDD

  4. Penguino Says:

    } else if(color == GREEN) {
    paint(YELLOW);

    Si el elefante es verde, pintalo de amarillo y matalo x’DDDDDDDDDDDD

    Me partí de la risa!!!

  5. Oskr! Says:

    Jajaja!! me cage de la risa un buen rato… aunque.. mejor lo dejamos asi no?:

    void Elephant::Kill() {
    YellowElephantsExterminatorGun gun;
    if(color == YELLOW) {
    gun.shoot(this);
    } else if(color != YELLOW) {
    paint(YELLOW);
    gun.shoot(this);
    }
    this->~Elephant();
    }

  6. Pasos para matar un elefante amarillo | Tecnologia y Sociedad Says:

    [...] Visto en chistesgeeks [...]

  7. paquito Says:

    Soy yo el unico que piensa que es una gilipollez?

  8. betacontinua » Matando un elefante amarillo Says:

    [...] Visto en chistesgeek. [...]

Leave a Reply