Задание
Выбери значение переменной result, если \(k:=12; d:=15\)
- \(result:= (k \lt 13)\) or \((d \gt 15)\) [TRUE|FALSE]
- \(result:= (k \lt 12) and (d \gt 15)\) [TRUE|FALSE]
- \(result:= (k \lt 13) and (d \gt 16) and (d \lt 20)\) [TRUE|FALSE]
- \(result:= (k \lt 13) and (not(d \gt 16)) and (d \lt 20)\) [TRUE|FALSE]