判断闰年的方法

来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/24 07:11:47
判断闰年的方法判断闰年的方法判断闰年的方法importjava.util.*;publicclassRunNian{/**Determinewhetheraleapyear*/publicst

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

判断闰年的方法
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