public static void main(String[] args) {
double x, y, z;
System.out.print("Entrez x : ");
x = Support.in.readDouble();
System.out.print("Entrez y : ");
z = ( x + y) * ( x + y);
System.out.println
( "Le ésultat est : " + z);
}
}
__________
Rhaaa mais que´est ce que j´ai fais de fau?