Updated various typoes and removed some unneeded code

This commit is contained in:
2020-07-11 13:35:37 -04:00
parent c72754dcf8
commit 0caa043b59
17 changed files with 31 additions and 33 deletions

View File

@@ -32,7 +32,7 @@
//Holds the largest number that we are looking for
uint64_t Problem2::TOP_NUM = 4000000;
uint64_t Problem2::TOP_NUM = 4000000 - 1;
//Constructor
Problem2::Problem2() : Problem("What is the sum of the even Fibonacci numbers less than 4,000,000?"), fullSum(0){