Challenger App

No.1 PSC Learning App

1M+ Downloads
_____________ is the correct syntax of IF( ) Function:

A= IF (logical_test,TRUE([value_if_true]), FALSE ([value_if_false]))

B= IF (logical_test, [value_if_true], [value_if_false])

C= IF (logical_test,{[value_if_true]}, {[value_if_false]})

D= IF (logical_test: [value_if_true], [value_if_false])

Answer:

B. = IF (logical_test, [value_if_true], [value_if_false])

Read Explanation:

• IF Function is the condition to be tested and evaluate as either True or False


Related Questions:

Herder node is used as sentinel in :
Pseudocode is :
Which of the following properties in Java is not encapsulated by the Graphics class?
A function prototype in C is :
Suppose you are currently in C drive and want to switch to D drive, the command for this is :