Skip to content
Snippets Groups Projects
Commit bb764f6e authored by HydroFlo's avatar HydroFlo
Browse files

re edit final

parent 14216871
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -421,7 +421,7 @@ class Labyrinthe extends Program{ ...@@ -421,7 +421,7 @@ class Labyrinthe extends Program{
void algorithm(){ void algorithm(){
Salle[][] lab = genererLab(5); //genere le Layrinthe Salle[][] lab = genererLab(5); //genere le Layrinthe
String[][] lQuestion = load("ressources/ListeQuestion.csv"); String[][] lQuestion = load("ressources/ListeQuestion.csv");
print("Voulez vous ajouter des question ? oui (o), non (autre)"); print("Voulez vous ajouter des question ? oui (o), non (autre) : ");
boolean ques = equals(toLowerCase(readString()), "o"); boolean ques = equals(toLowerCase(readString()), "o");
if(ques){ if(ques){
print("Combien voulez vous en ajouter ? : "); print("Combien voulez vous en ajouter ? : ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment