sx8 收入與納稅

2021-08-14 11:53:45 字數 832 閱讀 4076

根據當前的個人所得納稅政策,按每月收入計算員工的稅後工資。

(2)功能要求

①了解某企業的工資結構,建立相應的結構體。

②在主函式中輸入5個以上員工的工資明細,存放在結構體wage陣列中。

③編寫計稅函式,以結構體陣列做函式引數,參照稅收政策,用switch語句判別、計算各位員工應繳納的稅額。

④編寫輸出函式,以結構體陣列做引數,列出每位員工的稅後工資。

#include 

#include

typedef

struct

wage;

//計算稅後工資

void calcutax(int t,int salary,int tax,int netincome) /*工資,稅收,淨收入*/

return0;}

int main()

未執行出

#include #include typedef struct wage

wage;

int sd(float a)

int main()

, ,,,

};printf("姓名\t基本工資\t崗位工資\t津貼工資\t稅後收入\t個人稅收\n");

for(i=0

;i<5;i++)

}

執行結果如下: