皮皮学,免费搜题
登录
搜题
【简答题】
输入起始年份,输出 100 年内的闰年,要求每行输出 10 个年份,并统计个数。 Scanner sc=new Scanner(System.in); System.out.print(" 请输入起始年份: "); int year=sc.nextInt(); if(year<0){ System.out.println(" 输入起始年份有误。 "); return; } int i,counter=0; System.out.printf(" 从 %d 开始, 100 年以内的闰年有: \n", year); for(i=year;i<= 1 ;i++){ if( 2 ){ System.out.print(i+" "); counter++; if( 3 ) System.out.println(); } } System.out.printf("\n 从 %d 开始, 100 年以内的闰年共有 %d 个 \n",year,counter);
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】Although the weather was very bad the buses still ran on ________. A) list B) schedule C) plan D) arrangement
【判断题】与日本客户吃饭时,一般要向客户敬烟。( )
A.
正确
B.
错误
【单选题】下列是保证对客服务全面、准确及流畅的前提条件是(
A.
服务规格标准
B.
服务效率标准
C.
服务程序标准
D.
服务状态标准
【单选题】The children _____lost in the woods; otherwise, they would have been at the lakeside camp as scheduled.
A.
must have got
B.
must get
C.
should have got
D.
should get
【判断题】第三方物流是由物流劳务的供方、需方之外的第三方去完成物流服务的物流运作方式
A.
正确
B.
错误
【判断题】第三方物流是由物流劳务的供方、需方之外的第三方去完成物流服务的物流运作方式。A. 对 B. 错
A.
正确
B.
错误
【单选题】作者认为 “ 人的高贵在于灵魂 ” ,下面哪个选项能体现 “ 高贵 ” ( )
A.
有名望
B.
有理想
C.
有权力
D.
有钱
【单选题】保证服务全面、准确及流畅的前提条件是
A.
服务规格标准
B.
服务技能标准
C.
服务状态标准
D.
服务程序标准
【判断题】第三方物流是由物流劳务的供方、需方之外的第三方去完成物流服务的物流运 (
A.
正确
B.
错误
【单选题】Much to our satisfaction, construction of the new hospital is ________ smoothly according to schedule.
A.
programming
B.
processing
C.
developing
D.
progressing
相关题目: