java1996 2016-05-20 04:32 采纳率: 0%
浏览 1054

刚刚学java不会,请大神帮忙解答

ufheasuhewauhjdfuiewhufujqWU8OIU9OQEOIGUE9IFFOPTEO9FQIFO9WR0WSQFFEFTEAQFRESFGAEFED

  • 写回答

4条回答 默认 最新

  • lbcab 2016-05-20 04:50
    关注
        public static void main(String[] args) {
            String str = "It's the first day of class, and the room is buzzing with excitement and expectation,curiosity and uncertainty";
            String[] strArrs = str.split(" ");
            HashMap<String, Integer> map = new HashMap<String, Integer>();
            for (int i = 0; i < strArrs.length; i++) {
                if (map.get(strArrs[i]) != null) {
                    Integer integer = map.get(strArrs[i]);
                    integer++;
                    map.put(strArrs[i], integer);
                } else {
                    map.put(strArrs[i], 1);
                }
            }
    
            int maxNum = 0;
            String maxValue = null;
            for (int i = 0; i < strArrs.length; i++) {
                int tmp = map.get(strArrs[i]);
                if(tmp > maxNum) {
                    maxNum = tmp;
                    maxValue = strArrs[i];
                }
            }
    
            System.out.println(maxValue + " : " + maxNum);
        }
    
    
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 LiBeAs的带隙等于0.997eV,计算阴离子的N和P
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 来真人,不要ai!matlab有关常微分方程的问题求解决,
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算