xxxxxxxxxx
background(1);
int x = 800;
int y = 800;
size(x, y);
string prenom = ("Mario");
textSize("30");
text("Bonjour maitre"+" "+prenom, 250, 100);
int z = 19
textSize("30");
text("Vous avez"+" "+z+" "+"ans", 270, 140);
boolean a = true;
textSize("30");
text("C’est"+" "+a+" "+"que vous êtes un garçon"+" "+prenom+"?", 120, 180)