This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
import java.util.ArrayList; | |
/** | |
* Gestisce la scrittura e la lettura su/da file implementando i metodi scrivi e leggi. | |
*/ | |
public class GestoreFile { | |
/** | |
* Scrive sul file il nome spettacolo, gli spettatori e l'incasso |