RosettaCodeData/Task/Letter-frequency/00DESCRIPTION

7 lines
181 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2013-04-10 21:29:02 -07:00
Open a text file and count the occurrences of each letter.
2015-02-20 00:35:01 -05:00
Some of these programs count all characters (including punctuation),
but some only count letters A to Z.
2016-12-05 22:15:40 +01:00
<br><br>