Marley1670 Marley1670 22-09-2017 Computers and Technology contestada Write a short java method, ismultiple, that takes two long values, n and m, and returns true if and only if n is a multiple of m, that is, n = mi for some integer i.