假设有列表x=[100,'100',[100],"100"],则x[2]表示的元素是()。 A: 100 B: ‘100' C: [100] D: "100"
假设有列表x=[100,'100',[100],"100"],则x[2]表示的元素是()。 A: 100 B: ‘100' C: [100] D: "100"
假设inti=5,下面哪个可以用作数组double[] t=newdouble[100]的索引? A: i B: (int)(Math.random()*100)) C: i+10 D: i+6.5 E: Math.random()*100
假设inti=5,下面哪个可以用作数组double[] t=newdouble[100]的索引? A: i B: (int)(Math.random()*100)) C: i+10 D: i+6.5 E: Math.random()*100
假设inti=5,以下哪一项可以用作数组double[]t=newdouble[100]的下标? A: i B: (int)(Math.random()*100)) C: i+10 D: i+6.5 E: Math.random()*100
假设inti=5,以下哪一项可以用作数组double[]t=newdouble[100]的下标? A: i B: (int)(Math.random()*100)) C: i+10 D: i+6.5 E: Math.random()*100
晶面(100)与晶向[100]相互垂直。
晶面(100)与晶向[100]相互垂直。
晶面(100)与晶向[100]相互垂直。
晶面(100)与晶向[100]相互垂直。
有以下函数定义和数组定义“int a[100];”,正确的调用语句是(<br/>)。 void fun(int x[],int n){...... } A: fun(a,100); B: fun(a[100],100); C: fun(a100); D: fun(a0,100)
有以下函数定义和数组定义“int a[100];”,正确的调用语句是(<br/>)。 void fun(int x[],int n){...... } A: fun(a,100); B: fun(a[100],100); C: fun(a100); D: fun(a0,100)
有以下函数定义和数组定义“int a[100];”,正确的调用语句是( )。 void fun(int x[],int n) {......<br/>} A: fun(a,100); B: fun(a[100],100); C: fun(a100); D: fun(a0,100)
有以下函数定义和数组定义“int a[100];”,正确的调用语句是( )。 void fun(int x[],int n) {......<br/>} A: fun(a,100); B: fun(a[100],100); C: fun(a100); D: fun(a0,100)
晶面(100)与晶向[100]相互垂直。 A: 正确 B: 错误
晶面(100)与晶向[100]相互垂直。 A: 正确 B: 错误
以下语句是否表示k属于[1,100]:if(1<=k<=100);
以下语句是否表示k属于[1,100]:if(1<=k<=100);
以下数组定义中不正确的是____。A) int a[2][3]; B) int b[][3]={0,1,2,3};C) int c[100][100]={0}; D) int d[3][]={{1,2},{1,2,3},{1,2,3,4}};
以下数组定义中不正确的是____。A) int a[2][3]; B) int b[][3]={0,1,2,3};C) int c[100][100]={0}; D) int d[3][]={{1,2},{1,2,3},{1,2,3,4}};