What is 1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 == 0.5?

a. true
b. false
c. There is no guarantee that 1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 == 0.5 is true.

c This epression involves floating-point number. Floating-point numbers are approximated. The correct answer is C.

Computer Science & Information Technology

You might also like to view...

Which of the following is an example of an enterprise level firewall?

a. SonicWALL b. Fortigate 3600 c. D-LINK DFL-300 d. Norton firewall

Computer Science & Information Technology

Complete the code below. Suppose upon mouse up on a canvas, a rectangle will move 5 pixels to the right

Computer Science & Information Technology