• Aucun résultat trouvé

program affectation;varx, y, z: real;beginshowtext;x := 0.1;y := 0.8;writeln('x vaut : ', x : 30);writeln('y vaut : ', y : 30);writeln;writeln('x + y vaut : ', x + y : 30);writeln('x - y vaut : ', x - y : 30);writeln('x * y vaut : ', x * y : 30);writeln('

N/A
N/A
Protected

Academic year: 2022

Partager "program affectation;varx, y, z: real;beginshowtext;x := 0.1;y := 0.8;writeln('x vaut : ', x : 30);writeln('y vaut : ', y : 30);writeln;writeln('x + y vaut : ', x + y : 30);writeln('x - y vaut : ', x - y : 30);writeln('x * y vaut : ', x * y : 30);writeln('"

Copied!
1
0
0

Texte intégral

(1)

program affectation;

var

x, y, z: real;

begin

showtext;

x := 0.1;

y := 0.8;

writeln('x vaut : ', x : 30);

writeln('y vaut : ', y : 30);

writeln;

writeln('x + y vaut : ', x + y : 30);

writeln('x - y vaut : ', x - y : 30);

writeln('x * y vaut : ', x * y : 30);

writeln('x / y vaut : ', x / y : 30);

end.

Références

Documents relatifs

Par lecture graphique, indiquons la quantité de pièces que l'entreprise doit fabriquer par jour pour réaliser un bénéfice maximal.. Autrement dit pour 40 pièces produites

[r]

Le reste de la troisième peut alors être obtenue en choisissant des valeurs judicieuses

[r]

[r]

[r]

Bastien achète un blouson à 99 €, et comme il lui reste de l’argent, il achète 2 T-Shirts.. Mais une fois au magasin, il en a

[r]