The score of students in a subject is inserted in B2 cell and the passing score for the subject is 60. Which of these functions will you insert in C2 cell to check if the student has passed or failed?
a.
=IF(B2>=60, "Pass", "Fail")
b.
=OR(B2>=60, "Pass", "Fail"
c.
=AND(B2>=60, "Pass", "Fail")
d.
=NOT(OR((B2>=60, "Pass", "Fail"))