![]() |
#2
cnfarer2010-04-06 14:07
|
读取一个文件夹的每个字母
output 是每个字母出现的次数
比如说,文件里是:"how are you"
就是 h:1 o:2 w:1 a:1 r:1........
然后还得计算write space和uppercase and lower case letters
谢谢大侠