首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下面程序的输出为( )。 public class Test { public static void main (String args[]) { int x,y; x=1;
下面程序的输出为( )。 public class Test { public static void main (String args[]) { int x,y; x=1;
admin
2010-12-17
26
问题
下面程序的输出为( )。 public class Test { public static void main (String args[]) { int x,y; x=1; y=2; System.out.println("The output is"+x+y); } }
选项
A、The output is xy
B、The output is 3
C、The output is 12
D、The output is x=1 y=2
答案
C
解析
Java表达式的同级运算符从左到右进行,括号可以改变优先级。“+”在Java中既是算术的加号,也可以作为字符串的连接符号。“The output is”+x+y中,字符串“The output is”先与x做字符串的连接,结果字符串“The output is 1”再与y做字符串连接。
转载请注明原文地址:https://kaotiyun.com/show/K79p777K
本试题收录于:
二级Java题库NCRE全国计算机二级分类
0
二级Java
NCRE全国计算机二级
相关试题推荐
下面代码的输出结果是deff2(a):ifa>33:returnTrueli=[11,22,33,44,55]res=filter(f2,li)print(list(res))
以下选项中,对于递归程序的描述错误的是
关于下面代码的描述,错误的选项是a=[1,2,3]a=’’Runoob’’
以下程序的输出结果是deffunc(num):num*=2m=1000print(func(m))
以下程序的输出结果是n=2defmultiply(x,y=10):globalnreturnx*y*ns=multiply(99,2)print(s)
下面代码的执行结果县defgreeting(args1,*tupleArgs,**dictArgs):print(args1)print(tupleArgs)print(dictArgs)names=[’HTY’,’LFF’,’ZH’]in
随机试题
A、Itwillbemorefuturistic.B、Itwillbemoresystematic.C、Itwillbemoreentertaining.D、Itwillbeeasiertounderstand.C
A.药物非临床研究质量管理规范B.药物临床试验质量管理规范C.药品生产质量管理规范D.药品经营质量管理规范E.医疗机构制剂质量管理规范药物非临床安全性评价机构必须遵守()。
煤矿验收。某井工煤矿于2011年10月经批准投入试生产。试生产期间主体工程运行稳定,环保设施运行正常,拟开展竣工环境保护验收工作。项目环境影响报告书于2008年8月获得批复,批复的矿井建设规模为3.00Mt/a,配套建设同等规模选煤厂;主要建设内容包括主体
基金管理人与基金销售机构可以在基金销售协议中约定依据基金销售机构销售基金的保有量提取一定比例的(),用以向基金销售机构支付客户服务及销售活动中产生的相关费用。
促进食物与营养发展的政策措施包括()。
简述昭陵六骏。
《中华人民共和国教师法》第六条规定,每年__________(时间)为教师节。
教学是贯彻党的教育方针,实施素质教育和实现教育目标的_______。
Thisisthemostimportantrespect(which)(civilized)mancan(be)distinguishedfromprimitive(communities).
Parentsareoftenupsetwhentheirchildrenpraisethehomesoftheirfriendsandregarditasaslur(诽谤,中伤)ontheirowncooki
最新回复
(
0
)