怎样编写代码

怎样编写代码

首页维修大全综合更新时间:2023-09-28 02:23:16

怎样编写代码

classDemo

{

publicstaticvoidmain(String[]args)

{

intx=1;

intnum=0;

while(true)

{

num+=x;

x++;

if(x>=1000)

{

break;

}

}

System.out.println("1-1000之和为:"+num);

}

}

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.