Which of the following is the correct Syntax of IF()? *
1 point
=IF( C2>=40 ; "PASS" , "FAIL")
=IF( C2 greater than 40 , "PASS" ; "FAIL")
IF (C2 >= 40 ,"PASS" , "FAIL")
= if(C2 >= 40 ; "PASS" ; "FAIL")
Answers
Answered by
2
Answer:
pass answer is pass ok
plz mark me brainlst
Similar questions