Updated 17 to throw exception

This commit is contained in:
2020-08-28 15:13:13 -04:00
parent 252a6c9c00
commit 000d6da85f
2 changed files with 5 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ private:
//Functions
std::string makeWordFromNum(int number); //This function makes a word out of the number passed into it
std::string wordHelper(int num); //This function helps makeWordFromNum() by returning the words for the numbers 1-9
uint64_t countLetters(std::string str); //This counts the number of letters in the string that is passed in (ignoring numbers and punctuation)
public:
//Constructor