Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. } while (opcion != 99);
  2. try{
  3. banco.guardar("banco.dat");
  4. }catch(IOException b){
  5. System.out.println("No se ha podido guardar la informacion de las cuentas");
  6. }catch(BancoException a){System.out.println("No se ha podido guardar la informacion de las cuentas");}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement