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上试才行。