Compare commits
4 Commits
master
...
ca3338fe1a
Author | SHA1 | Date | |
---|---|---|---|
ca3338fe1a | |||
|
0eac6c497d | ||
|
980fc1cc7c | ||
bec1ca9f04 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/target/
|
@@ -1 +0,0 @@
|
||||
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.println("Votre choix : ");
|
||||
System.out.print("Merci de faire votre choix : ");
|
||||
choix = sc.nextInt();
|
||||
switch (choix) {
|
||||
case 1 :
|
||||
|
Reference in New Issue
Block a user