Игнатий
4 год назад
Помгите решить информатику
ОТВЕТЫ
Elsa Ida
Oct 24, 2020
1)
If a>b then (c:=1) and (d:=2) else (c:=3) and (d:=4);
2)
a=5
3) i, s=5
4)
begin
s:=0;
i:=0;
while i<5 do
i:=i+1;
s:=s+i;
end.
b)
i=1
s=1
i=2
s=3
i=3
s=6
i=4
s=10
i=5
s=15
: i=5, s=15
22
Смежные вопросы: