Помогите мне пожалуйста! Очень нужно вопрос жизни или смерти. Умоляю помогите!

Приложения:

Ответы

Ответ дал: Пирокар
0
1.
Program TuKpa6;varx:real;BEGINwriteln('BBeguTe x');readln(x);writeln('|x| = ',abs(x));END.

2.
Program TuKpa6;varx:real;BEGINwriteln('BBeguTe x');readln(x);if x<0 then  begin    writeln(-1);  endelse if x=0 then  begin    writeln(0);  endelse  begin    writeln(1);  end;END.

3.
Program TuKpa6;varx,y,sum:integer;BEGINwriteln('BBeguTe nepBoe 4ucJlo');readln(x);writeln('BBeguTe BTopoe');readln(y);sum:=0;if not (odd(x)) then  begin    sum:=sum+1;  end;if not (odd(y)) then  begin    sum:=sum+1;  end;writeln('cyMMa 4eTHbiIIx 4uceJl = ',sum);END.

4.
Program TuKpa6;varx,y,z,sum:integer;BEGINwriteln('BBeguTe nepBoe 4ucJlo');readln(x);writeln('BBeguTe BTopoe');readln(y);writeln('BBeguTe TpeTue');readln(z);sum:=0;if (x=y) and (x=z) then  begin    sum:=3;    writeln(sum, ' oguHakoBbIx');  endelse if (y=z) then  begin    sum:=2;    writeln(sum, ' oguHakoBbIx');  endelse  begin    writeln('HeT oguHakoBbIx');  end;END.
Приложения:
Вас заинтересует