Which of the following formulas rounds the result to 0 decimal places?

A. =B3*D12
B. =ROUND(B3*D12,0)
C. =IF(B3>D12, B3+C3,0)
D. none of the above


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a mistake that programmers commonly make with loops?

A. Neglecting to initialize the loop control variable B. Using the wrong comparison with the loop control variable C. Neglecting to alter the loop control variable D. Including statements outside the loop that belong inside the loop

Computer Science & Information Technology

How can one scout for incidents?

A. Ask a friend B. Hold weekly incident meetings C. look at US-CERT database D. watch error logs

Computer Science & Information Technology

Explain why you would explode a slice on a pie chart.

What will be an ideal response?

Computer Science & Information Technology

The selection structure is also referred to as an iteration.

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

Computer Science & Information Technology