從鍵盤輸入x的值,8 根據鍵盤輸入的x值,輸出y的值。

2025-01-10 04:55:19 字數 1643 閱讀 7635

8.根據鍵盤輸入的x值,輸出y的值。

1樓:網友

#include

#include纖缺。

main()

float x,y;

printf("enter x: ");

scanf("%f",&x);

if( fabs(x)<1e-6) /相當於x==0,因為是浮點數,故用此法毀唯辯。

y=26*x+62;

else if( x<0)

y={-x+80; /原題寫得不清楚山李,看不出是什麼。

elsey=37*x+18;

prinf("the result y is: %f",y);

return 0;

程式設計序計算y的值(x由鍵盤輸入)

2樓:網友

不知道餘虧蠢你想用豎陪哪種程式語言去實現它?!

就是用c幫你解決吧。

#include""

int calcy(int x)

if (x>空禪0)

y=sqrt(x);

else if(x==0)

y=0; else

y=abs(x);

return y;

void main()

int x;

scanf("%d",&x);

printf("y=%d",calcy(x));

從鍵盤輸入乙個數x,求x的正弦值,然後輸出在結果

3樓:網友

下面是c++裡求正弦值的方法,至於咋麼傳入鍵盤輸入的x值,你寫個函式就可以了!

#inlcude

#include

void main()

y=x*x+1(x>0) y=x*x-1(<=0)其中x值由鍵盤輸入 ,請畫出 n-s流程圖

4樓:瀟瀟6呁

#includeint main() 流程圖見**啊 補充: 畫的圖不太好啊~ 補充: 這個應該沒什麼問題 呵呵 真想幫你。希望。

有以下函式 y={-x+2.5 (x<2) y={2-1,5(x-3)^2 (2<=x<4) y=x/2-1.5 (x>=4)設計乙個程式,從鍵盤輸入x的值,

5樓:網友

可以的話記得哈,謝謝啦。

#include

void main()

float x;

double y;

printf("請輸入x的值:")

scanf("%f",&x);

if(x<2)y=-x+;

else if(x>=4)y=x/;

else y=;

printf("y=%f",y);

從鍵盤輸入0-9中任一自然數x求立方值

6樓:網友

void main()

int a;

long b;

scanf("%d"虧旦,&a);

b=a*a*a;

printf("其立磨空公升方值為:%d/n"瞎老,b);

c語言程式問題要求從鍵盤輸入變數的值

main a t 改為 c t 這樣就ok 你最後那個t應該賦值給c,這樣就對了 c語言輸入3個整數a,b,c程式設計交換它們的值,即把a的值給b,把b中的值給c,把c中的值給a。驗證正確.include stdio.h main 擴充套件資料 c語言輸入整數,判斷該數的回 奇偶答性 include...

vb中由鍵盤輸入整數x求下面分段函式的值

如下bai include include int main else if x 10 else printf f result return 0 擴充套件zhi資料 c語言dao計算分段函式專值的簡單代屬碼 include include int main 如下copy include inclu...

c語言求解。從鍵盤輸入正整數N,再輸入N個整數,按從小

include void main for j 0 ja i 1 printf 排序後陣列為 for i 0 i printf d a i include main printf the sorted numbers n for i 0 i printf d a i include int main...