Write a short Java function, isMutiple, that takes two long values, n and m, returns true if and only if n is a multiple of m,

that is, n = m i for some integer i.

I have no idea with this...