皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
上图中,检测按键K6的状态时,应该使______输出______.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】已知{a n }是等差数列,a 7 =-2,a 4 =16,求a 10 .
【简答题】下面哪条语句是正确的。A. typedef  struct  student{  long studentID;          char studentName[10];    char student;         int  yearOfBirth;        int  score[4];         }STUDENT;STUDENT stu1 = {100310121, ...
【简答题】On average, a successful lawyer has to talk to several ________ a day. A: guests B; customers C; s
【简答题】阅读理解。 Providing small classes for at least several grades starting in early primary school gives students the best chance to succeed in late grades, according to groundbreaking new research from a Mic...
【单选题】下面哪条语句是正确的( )。
A.
if(a>b) then c=0;
B.
if a>b  {c=0;}
C.
if(a==b) c=0;
D.
if(a>b) c=0 else b=0
【简答题】下面哪条语句是正确的?( )A. short snum = 99s; B. String name = ‘Class Name is: 03076’; C. char c = 17c; D. float f = 3.4f;
【单选题】在等差数列{a n }中,已知a 4 +a 8 =16,则a 2 +a 10 =(  )
A.
12
B.
16
C.
20
D.
24
【单选题】下面哪条语句正确的是( )
A.
int a={1,2,3,4,5};
B.
int b=(1,2,3,4,5)
C.
int c[]={1,2,3,4,5}
D.
int c[5]={1,2,3,4,5};
【单选题】下面哪条语句是正确的 __________ 。
A.
int a ={1,2,3,4,5};
B.
int b = new int();
C.
int c[]= {1,2,3,4,5};
D.
int[] d = (1,2,3,4,5);
【单选题】下面哪条语句是正确的?( )
A.
short snum = 99s;
B.
String name = ‘Class Name is: 03076’;
C.
char c = 17c;
D.
float f = 3.4f;
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题