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