InterviewSolution
Saved Bookmarks
| 1. |
a and b are any numbers and x and y are any non negative integers. l(a) = the greatest integer less than or equal to a g(a) = the smallest integer greater than or equal to a r(x,y) = the remainder when x is divided by y. r(4, 7)- l(g(2)) is equal to : |
|
Answer» 1 |
|