A person's height is entered in inches. If they are 67 inches or over, then their size is \"TALL\", otherwise it is \"REGULAR\" Determine the IF function that needs to be entered in cell B2
Choose the correct answer below.
A. IF(B1 > 67, \"TALL\", \"REGULAR\")
B. IF(B1 >= 67, \"REGULAR\", \"TALL\")
C. IF(B1 < 67, \"TALL\", \"REGULAR\")
D. IF(B1 >= 67, \"TALL\", \"REGULAR\")
E. IF(B1 <= 67, \"REGULAR\", \"TALL\")