0
Using for loop and sum method .
write a code such that I can sum all the numbers that are divisible by 3 and 5 between 0 to less than 1000.
1 Answer
write a code such that I can sum all the numbers that are divisible by 3 and 5 between 0 to less than 1000.