Which of the following expressions is always FALSE when at least one entry of a logical vector x is TRUE?
FALSE
x
all(x)
any(x)
any(!x)
all(!x)
Write the correct answer (1, 2, 3 or 4) in the terminal.