InterviewSolution
Saved Bookmarks
| 1. |
p,q,r are the decimal numbers (e.g. 5.8) and [x] means the greatest integer less than or equal to x and A = [p + q + r] and B = [p] + [q]+ [r], then the maximum value of A - B is: |
|
Answer» 0 |
|