1) necesită a scrie un program 1) a fost necesară pentru a scrie un program care determină școală
Am înțeles de la examenul C1?)))
Răspunsuri și explicații
2: var
x, y, z: real;
începe
readln (x, y, z);
if (x + y> z) atunci
începe
if (x + z> y) atunci
if (y + z> x) atunci
writeln ( „triunghi pot fi construite“)
writeln altceva ( „triunghiul nu poate fi construit“);
capăt
writeln altceva ( „triunghiul nu poate fi construit“);
end.
3:
var
x, y, z: real;
începe
readln (x, y, z);
if (x + y> z) și (x + z> y) și (y + z> x) atunci
writeln ( „triunghi pot fi construite“)
writeln altceva ( „triunghiul nu poate fi construit“);
end.
la fel ca toate plug asa)))