求大神,C編寫函式,統計出具有n個元素的一維陣列中大於等於所有元素平均值的元素個數並返回

時間 2022-03-04 17:50:34

1樓:匿名使用者

/*我用c將整個程式都寫下來了,呵呵,我在vc++6.0中測試過了,完全正常,

寫的不好,還請高手點津,必定謙虛接受,謹慎待之,感激不敬*/#include

int s(float b,int n)

return j;

}void main(void)

2樓:匿名使用者

dim a(30),i=1,j=1,s,b; '定義變數for i=1 to 30

s=s+a(i); '把30個陣列元素都加起來next

s=s/30 '30個陣列元素的值除以30就是平均值for j=1 to 30

if a(j)>=s then b=b+1; '大於等於平均值的就累加

next j

print b; '輸出陣列裡大於等於平均值的個數

3樓:gta小雞

int count(int a,int n)

用j**a如何編寫一個函式來統計出具有n個元素的一維陣列中大於等於所有元素平均值的元素個數並返回?

c語言 統計出具有10個元素的一維陣列中大於等於所有元素平均值的元素個數

求用C編寫簡單的類,求用C 編寫一個簡單的類!!!

引用名稱空間 using system using system.collections.generic using system.linq using system.text 當前類的名稱空間定義 namespace businesslogicset 方法 public int getstuden...

c語言編寫求n個整數的平均數,中位數和眾數

edward司徒文德 include int calculate mode int number int n 求眾數 count 1 temp number i return p count double calculate mean int number int n 求平均值 mean calcu...

c實驗編寫兩個函式求兩個整數的最大公約數

include include int fun y int,int int fun b int,int main int fun y int x,int y return i int fun b int x,int y return i include int cal int m,int n int...