题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-01-30 21:08:27

[单项选择]设有如下程序:
public class Sun

public static void main(String args[ ])

int x, y;
x-4;
y=0;
if(Math.pow(x,2)==16)
y=x;
if(Math.pow(x,2)<15)
y=1/x;
if(Math.pow(x,2)>15)
y=(int)Math.pow(x,2)+1;
System.out.println(y);

程序的运行结果是( )。
A. 4
B. 17
C. 18
D. 0.25

更多"设有如下程序: public class Sun pub"的相关试题:

[单项选择]设有如下程序:
public class Sun

public static void main(String args[ ])

int x, y;
x-4;
y=0;
if(Math.pow(x,2)==16)
y=x;
if(Math.pow(x,2)<15)
y=1/x;
if(Math.pow(x,2)>15)
y=(int)Math.pow(x,2)+1;
System.out.println(y);

程序的运行结果是( )。
A. 4
B. 17
C. 18
D. 0.25
[单项选择]有如下程序
public class Sun

public static void main(String args[ ])

int x=1,a=0,b=0;
switch(x)

case 0:b++;
case 1:a++;
case 2:
a++;
b++;

System.out.println("a="+a+","+"b="+B)
该程序的输出结果是( )。
A. a=2,b=1
B. a=1,b=1
C. a=1,b=0
D. a=0,b=0
[单项选择]有如下程序:
public class Sun

public static void main(String args[ ])

int s=0;
int i=1;
while(i<=100)

s=s+i;

System.out.println(s);


运行后的结果是( )。
A. 5050
B. 5051
C. 死循环,直到溢出
D. 无穷大的数
[单项选择]有如下程序 public class Sun { public static void main (String args[ ]) { int x=0; int n=0; while (x<50) { x=(x+2)*(x+3); n=n+1; System.out.println (n+"和"+x); 上述程序的运行结果是( )。
A. 1和0
B. 2和72
C. 3和50
D. 4和168
[单项选择]有以下程序
public class Sun

public static void main(string args[ ])

int a, b;
for(a=1, b=1; a<=100; a++)

if(b>=10)
break;
if (b%3==1)

b+=3;
continue;


System.out.println(
A. ;
B. 6
C. 5
D. 4

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码