You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Finds the solution to Problem 1 from Project Euler.
*
* For more details, see <a href="http://projecteuler.net/index.php?section=problems&id=1" title="Problem 1 of Project Euler">Project Euler, Problem 1</a>.
*/
public final class Problem1 {
private Problem1() {
// Intentionally blank
}
/**
* Sums the natural numbers less than 1000 that are multiples of 3 or 5.