Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

m
Line 446:
Place new items here, if it's unclear where they belong.
 
===Count Consonants===
Create a program to count consonants in a string input by the user using the ASCII character set.
The program must only count the letters that are not vowels. It should not count white space, punctuation, control characters, or numeric digits.
82

edits