Wanncry


私信TA

用户名:782956291

访问量:10748

签 名:

RUSH B

等  级
排  名 282
经  验 5691
参赛次数 0
文章发表 53
年  龄 20
在职情况 学生
学  校 湖北生物科技职业学院
专  业

  自我简介:

把把起野牛 3天大地球

解题思路:

注意事项:

参考代码:

       Scanner sc = new Scanner(System.in);

        String str = sc.next();

        while(str.length() != 1) {

            int n = 0;

            for(int i = 0; i < str.length(); i++) {

                n += str.charAt(i) - '0';//charAt()为字符串的的第几个字符根据题意减去0的字符 

            }

            str = String.valueOf(n);//转化为int

            //System.out.println(n);

        }

        System.out.println(str);

        sc.close();


 

0.0分

4 人评分

  评论区

  • «
  • »