Visual Studio Code – Project Euler problem 1 issue when outputting seemingly correct code
To preface, I am using Visual Studio 2022. The problem on Project Euler states: 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…