mithunsam wrote:
For two numbers a and b, we say that b is a multiple of a if b = n * a, for some integer n.
For example, 27 is a multiple of 3 because 27 = 9 * 3. Here, a = 3, b = 26, and n = 9.
For 0, this condition satisfies for any number of a, when n=0.
0 = 0 * a, where a can be any integer.
Correct. 0 is considered a multiple of every positive integer.