题解 | #计算某字符出现次数#

计算某字符出现次数

https://www.nowcoder.com/practice/a35ce98431874e3a820dbe4b2d0508b1

public class HJ2 {
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);
        String firstWold = scanner.nextLine();
        String secondWold = scanner.nextLine();

        System.out.println(statisticalFrequency(firstWold, secondWold));
    }

    public static Integer statisticalFrequency(String firstWold, String secondWold) {
        Integer count = 0;
        char[] chars = firstWold.toCharArray();
        for (char aChar : chars) {
            if (secondWold.equalsIgnoreCase(String.valueOf(aChar))) {
                count++;
            }
        }
        return count;
    }
}

全部评论

相关推荐

hso_:哈哈哈哈哈哈我没offer一样在同一道题开喷了
投递深圳同为数码等公司10个岗位
点赞 评论 收藏
分享
11-08 16:53
门头沟学院 C++
投票
滑模小马达:第三个如果是qfqc感觉还行,我签的qfkj搞电机的,违约金也很高,但公司感觉还可以,听说之前开过一个试用转正的应届生,仅供参考。
点赞 评论 收藏
分享
小红书 后端开发 总包n+8w+期权
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务