Which of the following expression results in 45.37?

a. (int)(45.378 * 100) / 100
b. (int)(45.378 * 100) / 100.0
c. (int)(45.378 * 100 / 100)
d. (int)(45.378) * 100 / 100.0

b

Computer Science & Information Technology

You might also like to view...

The ________ Principle means that inconsistent or inaccurate data leads to inconsistent or inaccurate output

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is procedural abstraction?

What will be an ideal response?

Computer Science & Information Technology