• 2022-05-28 问题

    下列函数的定义,正确的是( )。 A: float sum(x,y) B: float x,y;…… C: float sum(float x,float y); D: …… E: float sum(float x,float y) F: …… G: float sum(floatx,floaty) H: ……

    下列函数的定义,正确的是( )。 A: float sum(x,y) B: float x,y;…… C: float sum(float x,float y); D: …… E: float sum(float x,float y) F: …… G: float sum(floatx,floaty) H: ……

  • 2022-10-25 问题

    已知三角形底为a,高为h,用C语言书写的正确的面积公式是( ) A: (float)1/2* a*h B: 1/2* a*h C: 1.0/2.0ah D: (float)(1/2)* a*h

    已知三角形底为a,高为h,用C语言书写的正确的面积公式是( ) A: (float)1/2* a*h B: 1/2* a*h C: 1.0/2.0ah D: (float)(1/2)* a*h

  • 2022-06-18 问题

    类Test1定义如下: A: public  class  Test1{ B: public  float  aMethod(float  a,float  b){   } C: } D: 下哪个方法插入行3是不合法的。(   ) E: public  float  aMethod(float  a, float  b,float  c){  } F: public  float  aMethod(float  c,float  d){  } G: public  int  aMethod(int  a, int  b){  } H: private float aMethod(int  a,int  b,int  c){  }

    类Test1定义如下: A: public  class  Test1{ B: public  float  aMethod(float  a,float  b){   } C: } D: 下哪个方法插入行3是不合法的。(   ) E: public  float  aMethod(float  a, float  b,float  c){  } F: public  float  aMethod(float  c,float  d){  } G: public  int  aMethod(int  a, int  b){  } H: private float aMethod(int  a,int  b,int  c){  }

  • 2022-06-01 问题

    scanf函数包括在头文件( )中。 A: string.h B: stdio.h C: float.h D: scanf.h

    scanf函数包括在头文件( )中。 A: string.h B: stdio.h C: float.h D: scanf.h

  • 2022-06-18 问题

    类Test1、Test2定义如下: A: public  class  Test1 B: { public  float  aMethod(float a,float b) throws C: IOException {      } D: } E: public  class  Test2  extends  Test1{ F: G: } 将以下哪种方法插入行6是不合法的。 H: float  aMethod(float  a,float  b){ } I: public  int  aMethod(int a,int b)throws  Exception{ } J: public  float  aMethod(float  p,float q){ } K: 都不对

    类Test1、Test2定义如下: A: public  class  Test1 B: { public  float  aMethod(float a,float b) throws C: IOException {      } D: } E: public  class  Test2  extends  Test1{ F: G: } 将以下哪种方法插入行6是不合法的。 H: float  aMethod(float  a,float  b){ } I: public  int  aMethod(int a,int b)throws  Exception{ } J: public  float  aMethod(float  p,float q){ } K: 都不对

  • 2022-07-25 问题

    scanf函数包括在下列哪个头文件中: A: string.h B: float.h C: stdio.h D: scanf.h

    scanf函数包括在下列哪个头文件中: A: string.h B: float.h C: stdio.h D: scanf.h

  • 2022-07-25 问题

    函数scanf()的有关信息包括在头文件( )中。 A: string.h B: float.h C: stdio.h D: scanf.h

    函数scanf()的有关信息包括在头文件( )中。 A: string.h B: float.h C: stdio.h D: scanf.h

  • 2022-06-06 问题

    在网页中插入两个id名分别为left和right的标签,()两个元素都左浮动。 A: left, B: right{float:left;} C: left, D: right{float:right;} E: left{float:left;} F: right{float:right;} G: left{width:100px;float:left;} H: right{margin-left:100px;}

    在网页中插入两个id名分别为left和right的标签,()两个元素都左浮动。 A: left, B: right{float:left;} C: left, D: right{float:right;} E: left{float:left;} F: right{float:right;} G: left{width:100px;float:left;} H: right{margin-left:100px;}

  • 2022-06-06 问题

    在网页中插入两个id名分别为left和right的<;div>;标签,()两个元素都右浮动。 A: B: left, C: right{float:left;} D: E: left, F: right{float:right;} G: H: left{float:left;} I: right{float:right;} J: K: left{width:100px;float:left;} L: right{margin-left:100px;}

    在网页中插入两个id名分别为left和right的<;div>;标签,()两个元素都右浮动。 A: B: left, C: right{float:left;} D: E: left, F: right{float:right;} G: H: left{float:left;} I: right{float:right;} J: K: left{width:100px;float:left;} L: right{margin-left:100px;}

  • 2022-06-01 问题

    使用scanf函数需要在头文件中添加___. A: include <stdio.h> B: include <ctype.h> C: include <float.h> D: include <iomanip.h>

    使用scanf函数需要在头文件中添加___. A: include <stdio.h> B: include <ctype.h> C: include <float.h> D: include <iomanip.h>

  • 1 2 3 4 5 6 7 8 9 10