!((x < y) || (q > r))
!(x < y) && !(q > r)
x >= y && q <= r

Exercise 10 solution
Exercise 12 solution
Exercises
All solutions