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:

What does the command prompt uses?
A detailed written description of the programming cycle and the program, along with the test results and a printout of the program is called :
In MS Power Point,which shortcut key can be used to start the presentation ?
In C, the expression c=i++ causes
Which of the following is not a programming language with Object Oriented Features?