当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

下列程序段的输出结果是()。 public class operatorsandexpressio


下列程序段的输出结果是()。 public class operatorsandexpressions{ public static void main(String [] agrs){ int a=3,b=4,c=5; System.out.pfintln("abc"+3); } }

A.15

B.abc3

C.256

D.63

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题
  • 下列程序段的输出结果是()CLEARSTORE“10”TOASTORE20TOB?A+B

  • 下面程序段的输出结果是______。class Test{ public static void main(String args[ ]){ MyThread

  • 下列程序段的输出结果是【15】。 cout<

  • 下列程序段的输出结果是: inta=1234; floatb=123.456; doublec=12345.54321; printf("%

  • 执行下面程序段的输出结果为()。 public class Q { public static void main(String argv[]) {

  • 下列程序段的输出结果是 public class operatorsandExpressions