回覆列表
  • 1 # 手機使用者82469142949

    /*計算四個數的平均值的程式*/

    #include<stdio.h>

    #include<math.h>

    int main()

    {

    int one,two,three,xiu;//宣告三個變數

    double four;//宣告平均值變數

    printf("整個程式可以用來計算三個數的正整數平均值\n"

    "請輸入三個數值,無所謂正數還是負數\n"

    "空格隔開,回車輸入\n");//提高程式可讀性

    scanf("%d %d %d %d",&one,&two,&three,&xiu);//讀取三個使用者輸入的數值

    four=(abs(one)+abs(two)+abs(three)+abs(xiu))/4.0;//計算平均值

    printf("平均值為%.16lf",four);//列印平均值在螢幕上

    getchar();

    getchar();

    return 0;

    }

  • 中秋節和大豐收的關聯?
  • 女性屬猴的陰曆六月出生屬於什麼星座?