а) if (a> 100) and (b> 100) then
write('isteno');
б) if (a mod 2 = 0) or (b mod 2 =0) then
write('isteno');
в) if (a > 0) or (b> 0) then
write('isteno');
г) if (a mod 3 = 0) and (b mod 3 = 0) and (c mod 3 = 0) then
write('isteno');
д) if ((a< 50) and (b> 50) and (c> 50)) or ((a> 50) and (b< 50) and (c> 50)) or ((a> 50) and (b> 50) and (c< 50)) then
write('isteno');
е) if (a< 0) or (b< 0) or (c< 0) then
write('isteno');
Поделитесь своими знаниями, ответьте на вопрос: