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

@@ -34,7 +34,8 @@ class Problem17 : public Problem{
private:
//Variables
//Static variables
static int TOP_NUM; //This is the largest number to get the words of
static int START_NUM; //This is the smallest number to get the words of
static int STOP_NUM; //This is the largest number to get the words of
//Instance variables
uint64_t letterCount; //This is the cumulative number of letters in the words of the numbers