InterviewSolution
Saved Bookmarks
| 1. |
Find the remainder when 123 xx 1234 is divided by 15. |
|
Answer» SOLUTION :The REMAINDER of `(123xx1234)`/15=Remainder of `3xx4/15` Remainder of 12/15=12 |
|