Shevchenko
?>

Що можна зробити за до хмарих сховищ​

Информатика

Ответы

dkedrin74038
Var x1, x2, y1, y2: integer;
O: boolean;
begin       
write('X1: ');       
readln(x1);       
write('Y1: ');       
readln(y1);       
write('X2: ');       
readln(x2);       
write('Y2: ');       
readln(y2);       
if (x1 < 0) and (x2 < 0) and (y1 < 0) and (y2 < 0) then O:=true;       
if (x1 < 0) and (x2 < 0) and (y1 > 0) and (y2 > 0) then O:=true;       
if (x1 > 0) and (x2 > 0) and (y1 > 0) and (y2 > 0) then O:=true;       
if (x1 > 0) and (x2 > 0) and (y1 < 0) and (y2 < 0) then O:=true;       
if O = true then write('TRUE')       
else write('FALSE');
end.

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Що можна зробити за до хмарих сховищ​
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

Казаков
alex-kuzora4411
dimiff5
soclive7762
amaraks67
antongenfon
antonkovalev89
bondarev05071962
viktorovna_Imamaevich679
bellaalya13862
mixtabak2
OOO&quot;Kiprei&quot;_Aleksandr1938
vera2job7
ilonchick679
Елена Ирина
Информатика Задачи 1, 9, 10, 11