1.  >>  高等继续教育 / Java程序设计
 高等继续教育 / Java程序设计
正确率:70%

【Java程序设计】模拟试题
读下面程序,给出编号语句的注释,最后屏幕输出结果。public class Assign { public static void main (String args[ ]) { int x, y; //1 float z=3.414f ; //声明并赋值float型变量 double w=3.1415; //声明并赋值double型变量 boolean truth=true; //声明并赋值boolean型变量 char c; //声明字符变量 String str; //2 String str1="bye"; //声明并赋值string类变量 c='A'; //3 str="Hi out there"; //给string变量赋值 x=6; y=1000; //给int型变量赋值System.out.println("x="+x); System.out.println("y="+y); System.out.println("z="+z); System.out.println("w="+w); System.out.println("truth="+truth); System.out.println("c="+c); System.out.println("str="+str); System.out.println("str1="+str1); }}
考题内容:
读下面程序,给出编号语句的注释,最后屏幕输出结果。public class Assign {      public static void main (String args[ ]) {          int  x, y;         //1          float  z=3.414f ;   //声明并赋值float型变量          double  w=3.1415; //声明并赋值double型变量          boolean  truth=true;  //声明并赋值boolean型变量          char  c;           //声明字符变量          String  str;         //2          String  str1="bye";  //声明并赋值string类变量          c='A';          //3          str="Hi out there";   //给string变量赋值            x=6;          y=1000;          //给int型变量赋值System.out.println("x="+x);              System.out.println("y="+y);              System.out.println("z="+z);              System.out.println("w="+w);              System.out.println("truth="+truth);              System.out.println("c="+c);              System.out.println("str="+str);              System.out.println("str1="+str1);                           }}

  积分
 参考答案:
 佳题速递:
  • 王充将当时的知识分子分成五个级别,他们分别是()。中国教育史
  • 饭店员工站立时应头正肩平,身体立直,女士两脚应并拢,双手背于身后。正确错误饭店服务与操作
  • 下列选项中哪些情况属于在我国领域内犯罪?( ) 刑法学
  • 热卷后的弹簧必须进行淬火和低温回火。机械设计基础
  • 感觉是人脑对作用感觉器官的事物的各个部分和属性的整体反映。实用心理学
  • 年度营销计划控制的内容包括( )。营销管理