Advertisement
Guest User

Untitled

a guest
Feb 18th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package com;
  2.  
  3. public class Test {
  4.  
  5.     public static void main(String[] args) {
  6.  
  7.         Biblioteca b = new Biblioteca();
  8.        
  9.         // da qua fare inserisci Libro, utente, prestito etc
  10.         // lo scanner va qua, non nei metodi
  11.     }
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement