Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. Libro javabook = new Libro("Learn Java",150);  
  2. Libro cbook = new Libro("Tutto in C",120);     
  3. Libro[] libri = new Libro[] {javabook, cbook};  
  4.  
  5. Biblioteca bibliotecaInformatica = new Biblioteca(libri);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement