6 lines
181 B
Text
6 lines
181 B
Text
;Task:
|
|
Open a text file and count the occurrences of each letter.
|
|
|
|
Some of these programs count all characters (including punctuation),
|
|
but some only count letters A to Z.
|
|
<br><br>
|