exo6: add constructor and some sanity checks to Chiffre and Variable
[Project_POO.git] / exo6 / Opplus.java
1
2 class Opplus extends Opadd {
3
4 public double evaluer() {
5 return 0.0;
6 }
7 }