皮皮学,免费搜题
登录
搜题
【单选题】
有以下程序 int s=0,a=1,n; scanf(“%d”,&n); do { s+=1;a=a-2; } while(a!=n); pr tinr f("%d\n”,s); 若要使程序的输出值为 2, 则应该从键盘给 n 输入的值是 ( )
A.
0
B.
-1
C.
-3
D.
-5
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】给出下列代码的输出结果: public class E{ public static void main(String args[]){ int m=100; System.out.println(m+"100"); System.out.println(m+100); } }
查看完整题目与答案
【简答题】给出下列代码的输出结果 public class E { public static void main(String args[]){ int m =100; System.out.println(m+100); } }
查看完整题目与答案
【简答题】给出下列代码的输出结果: public class E{ public static void main(String args[]){ int[] a={1,2,3,4,5,6}; System.out.println(a.length+"hello"+a[5]); } }
查看完整题目与答案
【判断题】动脉数量比静脉多,管腔也较大,故动脉血容量较静脉的大
A.
正确
B.
错误
查看完整题目与答案
【单选题】What cannot be inferred from the last paragraph?
A.
MaxDiff is not reliable enough in ysing customer needs.
B.
Customers today have more and more different requirements.
C.
MaxDiff can help companies know customers' reactions beforehand.
D.
MaxDiff can be used in different cultures.
查看完整题目与答案
【单选题】(72)
A.
to plan more comprehensive
B.
to study more comprehensive
C.
to ysis more comprehensive
D.
to plan more unilateral
查看完整题目与答案
【简答题】给出下列代码的输出结果。 public class E { public static void main(String args[]){ int m = 100; System.out.println(m+"100"); } }
查看完整题目与答案
【简答题】设 (1+x+ x 2 ) n = a 0 + a 1 x+ a 2 x 2 +…+ a 2n x 2n ,则a 1 +a 3 +a 5 +…+a 2n-1 =______.
查看完整题目与答案
【简答题】Dans quelles perspectives est-ce que l'on a ysé Les orages désirés?
查看完整题目与答案
【简答题】请用GOMS模型给出一个拼图游戏的任务描述,要求用户能从给定的几种图形随机产生的需要拼接的图案
查看完整题目与答案
相关题目:
【简答题】给出下列代码的输出结果: public class E{ public static void main(String args[]){ int m=100; System.out.println(m+"100"); System.out.println(m+100); } }
查看完整题目与答案
【简答题】给出下列代码的输出结果 public class E { public static void main(String args[]){ int m =100; System.out.println(m+100); } }
查看完整题目与答案
【简答题】给出下列代码的输出结果: public class E{ public static void main(String args[]){ int[] a={1,2,3,4,5,6}; System.out.println(a.length+"hello"+a[5]); } }
查看完整题目与答案
【判断题】动脉数量比静脉多,管腔也较大,故动脉血容量较静脉的大
A.
正确
B.
错误
查看完整题目与答案
【单选题】What cannot be inferred from the last paragraph?
A.
MaxDiff is not reliable enough in ysing customer needs.
B.
Customers today have more and more different requirements.
C.
MaxDiff can help companies know customers' reactions beforehand.
D.
MaxDiff can be used in different cultures.
查看完整题目与答案
【单选题】(72)
A.
to plan more comprehensive
B.
to study more comprehensive
C.
to ysis more comprehensive
D.
to plan more unilateral
查看完整题目与答案
【简答题】给出下列代码的输出结果。 public class E { public static void main(String args[]){ int m = 100; System.out.println(m+"100"); } }
查看完整题目与答案
【简答题】设 (1+x+ x 2 ) n = a 0 + a 1 x+ a 2 x 2 +…+ a 2n x 2n ,则a 1 +a 3 +a 5 +…+a 2n-1 =______.
查看完整题目与答案
【简答题】Dans quelles perspectives est-ce que l'on a ysé Les orages désirés?
查看完整题目与答案
【简答题】请用GOMS模型给出一个拼图游戏的任务描述,要求用户能从给定的几种图形随机产生的需要拼接的图案
查看完整题目与答案
参考解析:
知识点:
题目纠错 0
发布