Which of the following about nested IIf functions is FALSE?

A) When having one IIf function nested inside another, the second IIf function becomes the falsepart of the first IIf function.
B) You can create a nested IIf function, allowing you to evaluate a series of dependent expressions.
C) When having one IIf function nested inside another, the second IIf function becomes the truepart of the first IIf function.
D) A nested IIf function is used when you need to test for multiple conditions.

C

Computer Science & Information Technology

You might also like to view...

When you create a free Microsoft account, you must pay for cloud storage space.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A well-designed method ________.

a. performs multiple unrelated tasks b. repeats code found in other methods c. contains thousands of lines of code d. performs a single, well-defined task

Computer Science & Information Technology