Ajouter 2 numéro
var x = +y + +z;
Kind Kangaroo
var x = +y + +z;
x = 5
y = 10
print(x + y)