Read the text and write down all the places of public entertainment mentioned in it. Some Tips on Where to Go and What to See in Moscow There is no need to rack one's brains about outings

petukhova05 petukhova05    1   17.04.2019 04:30    1

Ответы
nike1110 nike1110  04.06.2020 13:49
Var n,s,i:integer;
begin
s:=1;
writeln('Введите число');
readln(n);
for i:=1 to n do
begin
if (i mod 2 =0) then s:=s*i;
end;
writeln(s);
end.
ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Другие предметы