他们都喊我凯哥
2015-11-12 18:48
public class HelloWorld{
public static void main(String[] args){
int num = 999;
int count = 0;
do{
count++;
num/=10;
}
while>0
System.out.println("他是个"+count+"位的数!")
}
}
这里做对做错都说是对的,要自己在Eclipse上试才行。
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题