Question 347621: Show all the three digit number that are divible either by 2 either by 3 and those by 2 and 3
Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! You can generate them yourself.
.
.
2:100,102,104,...,998 <--- Just add 2 to the previous number
.
.
3:102,105,108,...,999 <--- Just add 3 to the previous number
.
.
6:102,108,114,...,996 <--- Just add 6 to the previous number
|
|
|