(Find numbers divisible by 3 or 6, but not both) Write a program that displays all the numbers from 300 to 400, 5 per line, that are divisible by 3 or 6, but not both. Numbers are separated by exactly one space.
Fri Oct 23 2020 07:14:14 GMT+0000 (UTC)
Saved by @mahmoud hussein #c++
http://cpp.sh/
Comments