Задание

Выбери значение переменной result, если \(k:=12; d:=15\)

  1. \(result:= (k \lt 13)\) or \((d \gt 15)\) [TRUE|FALSE]
  2. \(result:= (k \lt 12) and (d \gt 15)\) [TRUE|FALSE]
  3. \(result:= (k \lt 13) and (d \gt 16) and (d \lt 20)\) [TRUE|FALSE]
  4. \(result:= (k \lt 13) and (not(d \gt 16)) and (d \lt 20)\) [TRUE|FALSE]