Задание
Выбери верные ответы
Какое значение примет переменная res, если \(a:=17\) ; \(b:=4\) ?
- res:=(a<b) and not (b>a); [false|true].
- res:= not (a+b= \(0\) ) and (b<=a); [false|true].
- res:= not (a mod b= \(0\) ) or (b>a); [false|true].
- res:= a mod b<b div a; [false|true].