如何着手创建字数统计程序?
该程序应接受文件名作为输入,然后打印三个数字,显示:
- 字符数
- 行数 字数 字数
- 文件中的
。我真的不知道从哪里开始回答这个问题。请帮忙。
The program should accept file names as input and then print three numbers showing:
- the count of lines
- count of words words
- count of characters in the file.
Im really not sure where to start on this question. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一个伪代码可以帮助您入门。
here's a pseudo-code to help you get started.