题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-05-29 04:12:33

[单项选择]下列程序的执行结果是( )。 public class ex68 { public static void main(String[] args) { ex68 obj=new ex680; int s=0; for(int i=1; i<=4; i++){ s+=obj.method(i); } System.out.println(s); } public int method(int n) { if(n==1) return 1; else tatum n * method(n-1); } }
A. 3
B. 9
C. 33
D. 153

更多"下列程序的执行结果是( )。 public class ex6"的相关试题:

[单项选择]下列程序的执行结果是 ( )
public class ex68
public static void main(String[]args)
ex68 obj=new ex68( );
int s=0;
for(int i=1;i<=4;i++)
s+=obj.method(i);

System.out.println(s);

public int method(int n)
if(n==1)
return 1;
else
return n*method(n-1);


A. 3
B. 9
C. 33
D. 153
[单项选择]下列程序的执行结果是( )。
public class ex68
public static void main(String[] args)
ex68 obj=new ex680;
int s=0;
for(int i=1; i<=4; i++)
s+=obj.method(i);

System.out.println(s);

public int method(int n)
if(n==1)
return 1;
else
tatum n * method(n-1);


A. 3
B. 9
C. 33
D. 153
[单项选择]下列程序的执行结果是 ( ) public class ex68{ public static void main(String[]args){ ex68 obj=new ex68( ); int s=0; for(int i=1;i<=4;i++){ s+=obj.method(i); } System.out.println(s); } public int method(int n){ if(n==1) return 1; else return n*method(n-1); } }
A. 3
B. 9
C. 33
D. 153
[单项选择]下列程序的执行结果是   public class Testff   public static void main(String args[])    String sl=new String("I am boy");    String s2=new String("I am boy");     System.out.println(sl==s2);     
A. true
B. false
C. "I am boy"
D. 都不正确
[单项选择]下列程序的执行结果是  public class Testhh    public static void main(String args [] )     Strings1=new String("I am boy");    Strings2=new String("I am boy");     System.out.println(s1.equals(s2));
A. true
B. false
C. I am boy
D. 都不正确
[单项选择]下列程序执行的结果是( )。
public class Test
public static void main(String[ ] args)
int i, j, k;
for(int n=100; n<=200; n++ )
i = n/100;
j = n/10-i* 10;
k = n%10;
if(n == Math. pow(i, 3) + Math. pow(j, 3) + Math. pow(k, 3))
System. out. println(n);


A. 153
B. 167
C. 173
D. 137
[单项选择]下列程序的执行结果是 ( )
public class Test

public int aMethod( )

satic int i=0;
i++;
System.out.println(i);

public static void.main(String args[])

Test test=new Test( );
test.aMethod( );

A. 编译错误
B. 0
C. 1
D. 运行成功,但不输出
[单项选择]执行下面程序后输出的正确结果是
public class Test
public stoic void main (String args[])
byte x=3, y=4;
long r=80L;
System.out.print(r/y);
System.out.print(",");
System.out.print(x/y);


A. 20.0, 1
B. 20.0, 1.0
C. 20,0
D. 20, 1.0
[单项选择]执行下面程序后输出的正确结果是
public class Test
public static void main(String args[])
byte x=3,y=4;
long r=80L;
System.out.print(r/y);
System.out.print(",");
System.out.print(x/y);


A. 20.0,1
B. 20.0,1.0
C. 20,0
D. 20,1.0
[单项选择]执行下面程序后输出的正确结果是
Public class Test
public static void main(String args[])
byte x=3,y=4;
long r=80L;
System.out.print(r/y);
System.out.print(”,”);
System.out.print(x/y);


A. 20.0,1
B. 20.0,1.0
C. 20,0
D. 20,1.0
[单项选择]下面程序执行后,输出的结果是( )。 public class Test { public static void main (String[] )args) { boolean m=true; if(m==false) System.out.println("假"); else if(m====true) System.out.println("真"); else System.out.println ("错误"); } }
A. 真
B. 假
C. 错误
D. 编译出错
[单项选择]执行下面程序后输出的正确结果是( )。
public class Test
public static void main(String args[])
byte x=3,y=4;
long r=80L;
System.out.print(r/y);
System.out.print(",");
System.out.print(x/y);


A. 20.0,1
B. 20.0,1.0
C. 20,0
D. 20,1.0

我来回答:

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

订单号:

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