They're surprised to see that final stores the value
0.799999999999999 instead of 0.8.
What is the best explanation for that result?
Choose 1 answer
A An integer overflow error occurred.
B
The result was too large of a number to be stored in floating-point
representation.
The arithmetic operations on floating-point numbers resulted in a
round-off error.
The computer stored the result with floating-point representation
instead of integer representation.