Ответы
Ответ дал:
0
var a,b,c,d,S:real;
begin
S:=0;
write('vvedite 4 chisla');
readln(a,b,c,d);
if (a>5) then S:=S+a;
if (b>5) then S:=S+b;
if (c>5) then S:=S+c;
if (d>5) then S:=S+d;
write('Summa chisel =',S)
end.
begin
S:=0;
write('vvedite 4 chisla');
readln(a,b,c,d);
if (a>5) then S:=S+a;
if (b>5) then S:=S+b;
if (c>5) then S:=S+c;
if (d>5) then S:=S+d;
write('Summa chisel =',S)
end.
Похожие вопросы
2 года назад
7 лет назад
9 лет назад
9 лет назад