Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. choix=fr.esisar.cs420.requete.TestChoixPerso.main(choix, 0, login);
  2.  
  3. if(choix>=0)
  4. {
  5. fr.esisar.cs420.requetepublic.AffichageAlbumPlus.main(choix);
  6. System.out.println("\n__________________________________________________________________________");
  7. fr.esisar.cs420.requete.AfficherPhotoAjoutable.main(choix);
  8. System.out.println("\n__________________________________________________________________________");
  9.  
  10.  
  11. System.out.println("\n--> Revenir à la liste de vos albums (1)");
  12. System.out.println("--> Revenir à la gestion des albums (-1)\n\n\n\n\n");
  13. Scanner sc2 = new Scanner(System.in);
  14. int choix2 = sc2.nextInt();
  15. if(choix2==-1) fin_programme=true;
  16.  
  17. }
  18.  
  19. else
  20. {
  21. if(choix==-2)
  22. {
  23. System.out.println("\n\n[ ! ] CET ALBUM N'EST PAS PUBLIC OU N'EXISTE PAS [ ! ]\n");
  24. }
  25. else
  26. {
  27.  
  28. fin_programme=true;
  29. }
  30. }
Add Comment
Please, Sign In to add comment