CCB Premier Import
This commit is contained in:
11
04-SOURCES/Forme.java
Normal file
11
04-SOURCES/Forme.java
Normal file
@@ -0,0 +1,11 @@
|
||||
public class Forme {
|
||||
int x ;
|
||||
int y ;
|
||||
int couleur ;
|
||||
|
||||
void afficher () {
|
||||
System.out.println ("x = " + x + " , y = " + y + ", couleur = " + couleur);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user