网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
若变量x为int类型,并且值为4,则执行表达式x+=x-=x*x以后,x的值为()。
A
-24
B
-16
C
16
D
24
参考答案
参考解析
解析:
暂无解析
更多 “单选题若变量x为int类型,并且值为4,则执行表达式x+=x-=x*x以后,x的值为()。A -24B -16C 16D 24” 相关考题
考题
设x和y均为int型变量,则执行下面的循环后,y值为( )。 public class Sun { public static void main(String args[ ]) { int x, y; for (y=1, x=1; y<=50; y++) { if(x>=10) break; if (x%2==1) { x+=5; continue; } x-=3; } System.out.println (y); } }A.2B.4C.6D.8
考题
若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0
若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10
考题
设x和y均为int型变量,则执行下面的循环后,y值为()。include void main(){int x, y;f
设x和y均为int型变量,则执行下面的循环后,y值为( )。#include <iostream.h>void main(){int x, y;for(y= 1,x= 1 ;y<=50;y++){ if(x>=10) }break;if (x%2==1){ x+=5; continue;} x-=3;} cout<<y;A.2B.4C.6D.8
考题
单选题设x为int型变量,则执行语句段x=10;x+=x-=x-x;后,x的值为()A
30B
20C
40D
10
热门标签
最新试卷