 
		他们都喊我凯哥
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工具)
1168092 学习 · 18754 问题
相似问题