摘要: 题目1: 编写一个应用程序,统计输入的一个字符串中相同字符的个数,并将统计结果输出。 2.代码 import java.util.Scanner;public class Main { public static void main(String[] args) { String a="helloh 阅读全文
posted @ 2019-11-19 17:43 randroy 阅读(97) 评论(0) 推荐(0)