Chapter 1: Problem 18
Write a short \(\mathrm{C}++\) function, 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=m \cdot i\) for some integer \(i\).
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.