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

为什么不在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下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号