Previous: recursive-count-words, Up: Counting Words [Contents][Index]
Using a while
loop, write a function to count the number of
punctuation marks in a region—period, comma, semicolon, colon, exclamation
mark, and question mark. Do the same using recursion.