InterviewSolution
Saved Bookmarks
| 1. |
Define x % a as the remainder obtained when x is divided by a.Let f:Z→R be defined as f(x)=x % k, where k ϵ N. If Y is the range of f(x), then |
|
Answer» Define x % a as the remainder obtained when x is divided by a. |
|