问答详情
源自:3-3 Java中的赋值运算符

哪里有问题呢

 int one = 10 ;

        int two = 20 ;

        int three = 0 ;

        three = one + two ;

        Systeam.out.println("three = one + two ==>"+three);

        three += one ;

        Syeteam.out.println("three += one ==>"+three);

        three -= one ;

        Systeam.out.println("three -= one ==>"+three);

        three *= one ;

        Systeam.out.println("three *= one ==>"+three);

        three /= one ;

        Systeam.out.println("three /= one ==>"+three);

        three %= one ;

        Systeam.out.println("three %= one ==>"+three);

        


提问者:qq_灬说谎人丿_0 2018-05-31 22:00

个回答

  • 贰玖_
    2018-05-31 22:20:56
    已采纳

    所有的System都错误的打成了Systeam

  • onmyoji
    2018-07-26 23:43:09

    可能是steam玩多了

  • 千寻街
    2018-06-01 00:43:56

    可能是steam玩多了