InterviewSolution
Saved Bookmarks
| 1. |
Two numbers `a = 0.92` and `b = 0.08` are given.The number ofsignificant figure present in the result after the following operation `a+b, a-b,a xx b` and `a//b`respectively areA. `2,2,2,2`B. `3,3,2,2`C. `3,2,1,1`D. `3,2,2,2` |
|
Answer» Correct Answer - c `a +b = 1.00, a- b= 0.84` in case of multiplication division result result will contain least number of significant figure in `0.08` there is only one significant figure |
|