André Vieira da Silva
André Vieira da Silva
Add General Solution to Problem 007 in Java.
/* If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is...
Add General Solution to problem-005
/* If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is...
Add General Solution to problem-10 in java.
Add General Solution to problem-010 in java. #1185