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

为什么不在three=one+two;前面添加int

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+two;前面添加int

正在回答

3 回答

因为three已经定义了,int three = 0;,所以不再重新定义

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

a_G3847474

请问为什么要先定义three?
2016-09-19 回复 有任何疑惑可以回复我~

请问为什么要先定义three?


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

three已经定义了,不需要重复定义

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

举报

0/150
提交
取消

为什么不在three=one+two;前面添加int

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