2012年11月11日 星期日

陣列的基本運用


int[] xx = new int[10];

for(int i = 0 ; i < 10 ; i++){
   xx[i] = i + 1; }
 
println (xx);

沒有留言:

張貼留言