Which of the following expressions is always FALSE when at least one entry of a logical vector x is TRUE?

  1. all(x)
  2. any(x)
  3. any(!x)
  4. all(!x)

Write the correct answer (1, 2, 3 or 4) in the terminal.