黑马程序员技术交流社区
标题:
同上
[打印本页]
作者:
anyway1919
时间:
2015-9-12 13:16
标题:
同上
package com.hmtest.demo;
public class Client {
public static void main(String[] args) {
int count =0;
for (int i = 0; i < 10; i++) {
count=++count;
}
System.out.println(count);
}
}
复制代码
作者:
洋葱头头
时间:
2015-9-12 21:10
这种问题啊..老师讲的很清楚的
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2