判断闰年的方法

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/24 19:44:35
判断闰年的方法
x}QR0+%y4Ф %Cq G"F> 霐3Դ0M>(a d[I*Vw[v}zۭ^>z|O\a[fhu{MV05=\T|ᡡ"tጄ\`9'ChaE=DK/(58ͳ+@7V'%źr @JCbGW^4w˹6*etWNѓ )ne% iİJmx' fu0-N1ˈEY}u"/Pŵ

判断闰年的方法
判断闰年的方法

判断闰年的方法
import java.util.*;
public class RunNian {
/*
 * Determine whether a leap year
 */
public static void main(String[] args)
{
int year;
String another = "y";
Scanner scan= new Scanner(System.in);

while (another.equalsIgnoreCase("y"))
{
System.out.println("please enter a year!");
year = scan.nextInt();
if(year