Closed NeiltonSeguins closed 1 year ago
Add functions for counting words and characters in a more organized way.
Changes Made:
countWords
countCharacters
Motivation: These changes make the code more readable and reusable, while ensuring the correct counting of words and characters, excluding whitespace.
Add functions for counting words and characters in a more organized way.
Changes Made:
countWords
andcountCharacters
, for performing word and character count calculations.Motivation: These changes make the code more readable and reusable, while ensuring the correct counting of words and characters, excluding whitespace.