Mission 7 : Question de Démarrage 2 : Tickets de Parking
Complétez la classe Ticket
ci-dessous :
/**
* Un ticket de parking
*/
public class Ticket {
// A COMPLETER (1)
private int numero; // numéro du ticket
/**
* @pre -
* @post Crée un ticket avec un nouveau numéro. Les numéros
* sont attribués séquentiellement à partir de 1.
*/
public Ticket() {
// A COMPLETER (2)
}
/**
* @pre -
* @post retourne le numero de billet
*/
public int getNumero() {
return numero;
}
}
Paste this command into your terminal:
The password to connect is
Please answer to all the questions.
Internal error
{} has not a valid extension.
{} is too heavy.