y={x,(x<1);3-x/5,(1<=x<=10);3x-11,(x>=10)},编c语言程序
y={x,(x<1);3-x/5,(1<=x<=10);3x-11,(x>=10)},编c语言程序
日期:2021-07-23 19:14:47 人气:1
#include <iostream.h>
void fun (float x,)
{
if(x<1) return x;
if(>=x&&x<=10) return 3-x/5;
if(x>=10) return 3*x-11;
}
void main()
{
cout<<“x=0
void fun (float x,)
{
if(x<1) return x;
if(>=x&&x<=10) return 3-x/5;
if(x>=10) return 3*x-11;
}
void main()
{
cout<<“x=0