plzzz don't spam....its super urgent..
Add 1.101 x 22
and 1.111 x 23 using floating point arithmetic.
Answers
Answered by
0
Answer:
49.775000000000006
Explanation:
Code in Python:
a = 1.101 * 22
b = 1.111 * 23
print(a + b)
Similar questions