No creo que etann sea muy inteligente, un año más no le vendría mal
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
double nb1 = 5.5;
|
||||
int nb2 = 5;
|
||||
Moyenne moy = new Moyenne();
|
||||
moy.add(nb1);
|
||||
moy.add(nb2);
|
||||
System.out.println(moy.getAverage());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user