Given n and two positive integers i and j other than 0,
print in ascending order the first natural n's that are multiples of i or
or both.
Example: For n = 6, i = 2 and j = 3 the output should be: 0,2,3,4,6,8.
n = int(input("Digite n: "))...
asked by
23.03.2018 / 03:55