public class Forme { int x ; int y ; int couleur ; void afficher () { System.out.println ("x = " + x + " , y = " + y + ", couleur = " + couleur); } }