InterviewSolution
Saved Bookmarks
| 1. |
If (p)rarr the least possible integer greater than or equal to p. g t (p)rarr the greatest possible integer less than or equal to p. Delta(p, q) =" Min "(l t(p), g t(q)) Find the value of Delta(3, 2)-Delta(2, 3)+ g t (4.8)- l t(2.7)+Delta(4, 5) |
|
Answer» a. 4 |
|