affichage nombres apparitions num 1, recuperation taille de la table
This commit is contained in:
parent
f8ff9b93fb
commit
655ad1552d
2 changed files with 24 additions and 2 deletions
|
|
@ -18,12 +18,13 @@ public class test{
|
|||
|
||||
|
||||
Choix c=new Choix();
|
||||
c.setTaille();
|
||||
//c.afficherChiffre1();
|
||||
//c.afficherNumBonus();
|
||||
//c.afficherCombinaisons2(4);
|
||||
//c.afficherNumBonus(1);
|
||||
//c.afficherCombinaisons3(32,16);
|
||||
c.afficherNumBonusCombi2(5,10);
|
||||
//c.afficherNumBonusCombi2(5,10);
|
||||
//c.afficherNumBonusCombi3(28,14,37);
|
||||
}
|
||||
}
|
||||
Reference in a new issue