CCB Premier Import
This commit is contained in:
11
02-SOURCES/Ferme.java
Normal file
11
02-SOURCES/Ferme.java
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
public class Ferme {
|
||||
public static void main(String[] args) {
|
||||
Panier cabas = new Panier ();
|
||||
System.out.println (cabas.nbEmplacements);
|
||||
|
||||
PanierAC pJC = new PanierAC (2, 100, 12.5);
|
||||
PanierAC pBob = new PanierAC (3, 50, 3.5);
|
||||
pJC.prix = 37 ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user