Compare commits
1 Commits
ca3338fe1a
...
master
Author | SHA1 | Date | |
---|---|---|---|
62769c137e |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
/target/
|
1
readme.yaml
Normal file
1
readme.yaml
Normal file
@@ -0,0 +1 @@
|
||||
Voir branche Developpement
|
@@ -30,7 +30,7 @@ public class GestionBibliotheque {
|
||||
System.out.println("2. Ajouter un livre");
|
||||
System.out.println("3. Afficher les livres");
|
||||
System.out.println("4. Quitter");
|
||||
System.out.print("Merci de faire votre choix : ");
|
||||
System.out.println("Votre choix : ");
|
||||
choix = sc.nextInt();
|
||||
switch (choix) {
|
||||
case 1 :
|
||||
|
Reference in New Issue
Block a user