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

在代码里面写什么才能让输出的内容换行


public class ppp {

public static void main(String[] args){

    int one=10;

    int two=20;

    int three=0;

    three=one+two;

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

    three+=one;

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

}

}

输出内容是

three=one+two==>30three +=one==>40

我希望他输出

three=one+two==>30

three +=one==>40

正在回答

1 回答

应该是把print改为println吧

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

冬马面具 提问者

恩恩 是的 后面全用println就都换行了
2016-07-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在代码里面写什么才能让输出的内容换行

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