为了账号安全,请及时绑定邮箱和手机立即绑定

为什么运行失败??


   three=one+two;

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

        three += one;

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

        three -= one;

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

        three *= one;

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

        three /= one;

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

        three %= one;

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

    }

}        


正在回答

4 回答

public class HelloWorld{    public static void main(String[] args) {	    int one = 10 ;        int two = 20 ;        int three = 0 ;        int a = one + two;        System.out.println("three = one + two ==>" + a);	}}


1 回复 有任何疑惑可以回复我~

https://img1.sycdn.imooc.com//5d4ab5770001784e10170747.jpg

你这个好像是对的=-=

0 回复 有任何疑惑可以回复我~
#1

qq_慕圣9158403 提问者

我这一直错
2019-08-07 回复 有任何疑惑可以回复我~
#2

你们真闲啊 回复 qq_慕圣9158403 提问者

emm那我不知道了
2019-08-10 回复 有任何疑惑可以回复我~
public class HelloWorld{    public static void main(String[] args) {	    int one = 10 ;        int two = 20 ;        int three = 0 ;        three=one+two;        System.out.println("three= one + two==>"+three);        three += one;        System.out.println("three += one ==>"+three);        three -= one;        System.out.println("three -= one ==>"+three);        three *= one;        System.out.println("three *= one ==>"+three);        three /= one;        System.out.println("three /= one ==>"+three);        three %= one;        System.out.println("three %= one ==>"+three);    }}


1 回复 有任何疑惑可以回复我~
#1

你们真闲啊

我复制了,然后运行正确
2019-08-07 回复 有任何疑惑可以回复我~

全部代码看看啊,贴这一段咋看啊?

0 回复 有任何疑惑可以回复我~
#1

qq_慕圣9158403 提问者

前几行就是基本的那些
2019-08-07 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Java入门第一季(IDEA工具)升级版
  • 参与学习       1165151    人
  • 解答问题       17581    个

0基础萌新入门第一课,从Java环境搭建、工具使用、基础语法开始

进入课程

为什么运行失败??

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信