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

Content added Content deleted
Line 446: Line 446:
Place new items here, if it's unclear where they belong.
Place new items here, if it's unclear where they belong.


==Count Consonants==
===Count Consonants===
Create a program to count consonants in a string input by the user using the ASCII character set.
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.
The program must only count the letters that are not vowels. It should not count white space, punctuation, control characters, or numeric digits.