public static void main(String[] args) {
int num = 999;
int count = 0;
for(count=1; (num/=10)>0; count++){
System.out.print("它是个"+count+"位的数!");
}
求助啊啊啊啊啊啊
慕粉2240543879
相关分类