exo6: add constructor and some sanity checks to Chiffre and Variable
[Project_POO.git] / exo6 / Opplus.java
index 3049f6000cbd3ff6edfed793cee0779cbab95585..0bd4bfa408a6c971c177e0264b3666fab6f6b54d 100644 (file)
@@ -1,7 +1,7 @@
 
 class Opplus extends Opadd {
 
-    public boolean evaluer() {
-        return true;
-    }    
+    public double evaluer() {
+        return 0.0;
+    }
 }