老司机们 这个为什么输出不来?是错了吗?错那了? 还有在myeclipse 运行时 console 里为什么会没有内容啊
package happybirthday;
public class happybirthday{
public static void main(String[] args){
int num = 999;
int count = 0;
for (count=1;num/10>1;count++);
System.out.println("它是个"+count+"位的数!");