LabSim
Lab 2 — Question 8 of 10
Desktop: drag the answer and drop it into the blank cell.
Mobile: tap an answer first, then tap the blank cell.
A student qualifies if GPA is 3.5 or above OR Experience is 2 years or more. Complete cell D2.
|
A |
B |
C |
D |
| 1 |
Student
|
GPA
|
Experience
|
Result
|
| 2 |
Ali
|
3.1
|
4
|
|
Choices
=OR(B2>=3.5,C2>=2)
=AND(B2>=3.5,C2>=2)
=XOR(B2>=3.5,C2>=2)
=OR(B2>3.5,C2>2)