Какое значение примет переменная res, если a:=17; b:=4? res:=(a<b) and not (b>a); . res:= not (a+b=0) and (b<=a); . res:= not (a mod b=0) or (b>a); . res:= a mod b<b div a; .
Задание

Выбери верные ответы

Какое значение примет переменная res, если \(a:=17\) ; \(b:=4\) ?

  1. res:=(a<b) and not (b>a); [false|true].
  2. res:= not (a+b= \(0\) ) and (b<=a); [false|true].
  3. res:= not (a mod b= \(0\) ) or (b>a); [false|true].
  4. res:= a mod b<b div a; [false|true].