测试
public class Test {
public static void main(String[] args) {
int x = 10;
while( x < 20 ) {
System.out.print("value of x : " + x );
x++;
System.out.print("\n");
}
}
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END




暂无评论内容