Computer Science, asked by anishkprateek, 5 months ago

Determining whether the students has passed (if scored >=60) or not form the marks stored in cell K10

1 point

=IF (K10<=60;”PASS”; “FAIL”)

=IF (K10>=60;”PASS”; “FAIL”)

=IF (J10>=60;”PASS” + “FAIL”)

=IF (J10>=60 PASS FAIL)​

Answers

Answered by deepmalagandhar24
1

The first point is the answer

Similar questions