摘要: 输入一行字符,分别统计出其中英文字母、空格、数字和其他字符的个数/*题目:输入一行字符,分别统计出其英文字母、空格、数字和其它字符的个数。 */public class StatisticalCharacters { public static void main(String[] args) { 阅读全文
posted @ 2021-06-29 21:47 张生啊 阅读(2790) 评论(0) 推荐(0)