TP2: cast double to int the compare method returned value.
[TP_POO.git] / TP2 / Affichable.java
... / ...
CommitLineData
1
2public interface Affichable {
3
4 public void afficher();
5
6}