Given two integers, factor and qty, find the first qty multiples of factor (including factor as the first multiple) and add each to a string (separate each multiple with a single space).



Answer :