how can i find all the 3 digit numbers that are multiples of seven with individual digits that add to 7? I've been trying to figure this out using modular arithmetic, but I think I'm doing it wrong.
how can i find all the 3 digit numbers that are multiples of seven with individual digits that add to 7? I've been trying to figure this out using modular arithmetic, but I think I'm doing it wrong.