皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
人行道通常在道路两侧布置,一般布置成对称并等宽。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】定义float a=8.735,那么printf("%7.2f",a);的输出结果为
A.
7.2
B.
8.73
C.
【空格】【空格】【空格】8.73
D.
【空格】【空格】8.73
【单选题】方法pr声明为public static void pr ( float[] scores, int n ){ }声明了三个变量 int[] ary = new[10]; int m=5; int n = 10; 那么下面正确调用pr方法的是
A.
pr (ary);
B.
pr (ary,m);
C.
n = pr (ary,m);
D.
都不正确
【单选题】类Test1定义,public float aMethod(float a, float b){ }
A.
下哪种方法插入行3是不合法的。(     )
B.
public  float  aMethod(float  a, float  b,float  c){  }
C.
public  float  aMethod(float  c,float d){  }
D.
public  int  aMethod(int  a, int b){  }
E.
private float aMethod(int a,int b,int c){  }
【单选题】下列函数的定义,正确的是( )。
A.
float sum(x,y) {float x,y;……}
B.
float sum(float x,float y); {……}
C.
float sum(float x,float y) {……}
D.
float sum(floatx,floaty) {……}
【单选题】According to Alexis, which of the following statements is INCORRECT?
A.
There is no disadvantage in his show business.
B.
It is important to work challenge to its advantage.
C.
It is ignorant to take being an underdog as a disadvantage.
D.
One can be inspired by the triumph of spirit.
【单选题】对于放大电路,所谓闭环是指( )。
A.
有反馈电路
B.
无信号源
C.
无电源
D.
有负载
【单选题】已知Test类的定义如下所示public class Test { ( ) public float aMethod (float a, float b){ }}
A.
,以下哪个方法不能定义在Test类中:( )
B.
public float aMethod (float a, float b, float c) { }
C.
public float aMethod (float c,float d) { }
D.
public int aMethod (int a, int b) { }
E.
private float aMethod (int a, int b, int c) { }
【单选题】She is so clever that I feel rather at a (an) _______ talking to her.
A.
advantage
B.
disadvantage
C.
mistake
D.
error
【单选题】方法pr声明为 public static void pr ( float[] scores, int n ){ } 声明了三个变量 int[] ary = new[10]; int m=5; int n = 10; 那么下面正确调用pr方法的是(选一项)
A.
pr (ary);
B.
pr (ary,m);
C.
n = pr (ary,m);
D.
都不正确
【单选题】若函数的定义如下,那么正确的函数声明语句是: char g (float c) { ...... }
A.
char  g(float  a);
B.
char  g(float  c)
C.
char  g(c);
D.
g (float  c);
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题