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