一个JAVA编程题

一个JAVA编程题,第1张

public double f(double x){

double y;

if(x<0){

y= xxxxx+2x+1/x;

}else{

y = Mathsqrt(x);

}

y = (int)(y100+05);

y = y/100;

return y;

}

填空答案:

for(int i=1;i<=n;i++){

sum += 1100/i;

}

#include<stdioh>

void main()

{

 int x=0;

 double t=0;

    printf("input x:");

    scanf("%d",&x);

 if(x<0)

  t=x-2;

 if(x>=0&&x<1)

  t=xx/3;

 if(x==1) //判断相等应该是==,而不是=

  t=4;

 if(x>1)

  t=5x;

 printf("x=%d,t=%lf",x,t);

}

以上就是关于一个JAVA编程题全部的内容,包括:一个JAVA编程题、根据下面提示信息编写程序,计算下面分段函数的值、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/9458105.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-28
下一篇 2023-04-28

发表评论

登录后才能评论

评论列表(0条)

保存