Java循環結構

while循環 只要布爾表達式爲true,循環體會一直執行下去。html public class Test { public static void main(String args[]) { int x = 10; while( x < 20 ) { System.out.print("value of x : " + x );
相關文章
相關標籤/搜索