Find Multiples of a Number

In this simple exercise, you will write a function that takes two integers; n and limit; and returns a list of the multiples of n up to and possibly including limit. It is guaranteed that n > ...