The ________ function evaluates an expression and displays one value when the expression is true and another when the expression is false

A) IsNull B) Math C) IIF D) DatePart

C

Computer Science & Information Technology

You might also like to view...

Suppose that x and y are int variables, and z is a double variable. The input is: ? 28 32.6 12 ? Choose the values of x, y, and z after the following statement executes: ? cin >> x >> y >> z; ?

A. x = 28, y = 32, z = 0.6 B. x = 28, y = 32, z = 12.0 C. x = 28, y = 12, z = 32.6 D. x = 28, y = 12, z = 0.6

Computer Science & Information Technology

PowerPoint applies animation effects in the order you created them.

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

Computer Science & Information Technology