(Choose 1 answer)
Assume that the variable test_result contains the vector c(25, 35, 40, 50, 75). What is the result of the expression test_result[test_result < 50]?
A. TRUE TRUE TRUE FALSE FALSE
B. 25 35 40
C. 25 35 40 50
D. TRUE TRUE TRUE TRUE FALSE