java2從頭開學(xué)(3)
package 數(shù)據(jù)類型;
class AutoArray {
?public static void main(String args[]){
??int month_days[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
??System.out.println("April has " + month_days[3] + " days.");
?}
}
posted on 2008-04-11 14:30 dripstone 閱讀(112) 評(píng)論(0) 編輯 收藏