1,编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。 import java.util.Scanner; class Bissextile{ public static void main(String[] arge){ System.out.print("请输入年份"); int year; //定义输入的年份名字为“year” Scanner scanner = new S
此为前25题的答案和源码,欢迎下载。 帖子更新地址: http://topic.csdn.net/u/20101023/20/5652ccd7-d510-4c10-9671-307a56006e6d.html 若对已公布的面试题有任何问题,请把意见发表在上述帖子上,探讨交流。 所有源码及答案,只做了初步校正,欢迎批评指正。 My Blog: http://blog.csdn.net/v_JULY_v My Sina Blog: http://blog.sina.com.cn/shitou009