toutes les combis à 1, 2, 3 chiffres, avec ou sans numero_chance
This commit is contained in:
parent
5c79e3f681
commit
f8ff9b93fb
2 changed files with 206 additions and 26 deletions
|
|
@ -18,8 +18,12 @@ public class test{
|
|||
|
||||
|
||||
Choix c=new Choix();
|
||||
c.afficherChiffre1();
|
||||
//c.afficherChiffre1();
|
||||
//c.afficherNumBonus();
|
||||
c.afficherCombinaisons2(4);
|
||||
//c.afficherCombinaisons2(4);
|
||||
//c.afficherNumBonus(1);
|
||||
//c.afficherCombinaisons3(32,16);
|
||||
c.afficherNumBonusCombi2(5,10);
|
||||
//c.afficherNumBonusCombi3(28,14,37);
|
||||
}
|
||||
}
|
||||
Reference in a new issue