"Attention !
Biscuit biscuit = new Biscuit(chocolat, vanille);
Salade salade = new Salade(Verte);
int nb_biscuit = 0;
while(estomac != full) {
if(nb_biscuit < 3) { biscuit.manger(); nb_biscuit += 1; }
else { salade.manger(); }
}
Sinon tu risques de grossir
"
excellent XD