首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
请在划线处编写适当语句,完成此程序使它能正确执行。 import java.io.*; public class Leap Year{ public static void main (String arget[]) throws IOE
请在划线处编写适当语句,完成此程序使它能正确执行。 import java.io.*; public class Leap Year{ public static void main (String arget[]) throws IOE
admin
2009-02-15
30
问题
请在划线处编写适当语句,完成此程序使它能正确执行。
import java.io.*;
public class Leap Year{
public static void main (String arget[]) throws IOException{
InputStreamReader ir;
BufferedReader in;
ir=new Input Stream Reader (System.in);
in=new BufferedReader(ir);
System.out.println(“输入年份是:”):
String s=in.readLine();
int year=Integer.parseInt(s);
{
System.out.println(" "+ year+“年是闰年。”);
}
else
{
System.out.println(" " +year+“年不是闰年。”);
}
}
}
选项
答案
if(year% 4==0 && year % 100!=0||year%400=0)
解析
转载请注明原文地址:https://jikaoti.com/ti/Htb0FFFM
本试题收录于:
二级Java题库NCRE全国计算机二级分类
0
二级Java
NCRE全国计算机二级
相关试题推荐
在下列模式中,能够给出数据库物理存储结构与物理存取方法的是
数据库管理系统中负责数据模式定义的语言是
在DOWHILE……ENDDO循环结构中LOOP语句的作用是
下列程序段的执行结果是DIMEa(8)a(1)=1a(2)=1fori=3to8a(i)=a(i-1)+a(i-2)next?a(7)
软件设计中模块划分应遵循的准则是
使用查询设计器建立一个查询文件four.qpr。查询要求:从外汇账户中查询“日元”和“欧元”的记录。查询结果包括了外币名称、钞汇标志、金额,结果按“外币名称”升序排序,在“外币名称”相同的情况下按“金额”降序排序,并将查询结果存储于表five.dbf中。
在考生文件夹下的“雇员管理”数据库中完成如下操作:为“雇员”表增加一个字段名为EMAIL、类型为“字符型”、宽度为20的字段。
面向对象方法中,继承是指
负责数据库中查询操作的数据库语言是
随机试题
城市规划管理的主要任务是对编制、实施城市规划给予:
建设项目管理咨询单位和ProjectControlling咨询单位两者服务的( )不尽相同。
通信设备的迁装、换装及电路割接工作由()负责组织。
制定流动性应急计划的主要内容包括()。
除合伙协议另有约定外.下列普通合伙企业事务中,必须经合体合伙人一致同意方可执行的有()。
Theideathatsomegroupsofpeoplemaybemoreintelligentthanothersisoneofthosehypothesesthatdarenotspeakitsname.
VisualBasic中窗体文件的扩展名是______。
ConversationBasedontheconversation,indicatewhethereachsentencebelowdescribesalinguafrancaorapidgin.Foreachsen
Nowomancanbetoorichortoothin.ThissayingoftenattributedwiththelateDuchessofWindsorembodiesmuchofthe【M1】____
Theautomaticdoorsinsupermarkets_______theentryandexitofcustomerswithshoppingcarts.
最新回复
(
0
)