App Logo

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:

'B' in COBOL stands for :
Which of the following properties in Java is not encapsulated by the Graphics class?
In C++, variables that hold memory addresses are called :
Which data structure is used for implementing recursion ?
Variables appearing in the header of a function procedure (VB) are called :