2. 功能
2023年的個稅制度改得比較複雜,每個月交的都不一樣,前面交得少,後面交得多。
居民個人工資、薪金所得預扣預繳適用
級數累計預扣預繳應納稅所得額
預扣率(%)
速算扣除數
1不超過36000元的部分30
2超過36000元至144000元的部分
102520
3超過144000元至300000元的部分
2016920
4超過300000元至420000元的部分
2531920
5超過420000元至660000元的部分
3052920
6超過660000元至960000元的部分
3585920
7超過960000元的部分
45181920 月份
預扣預繳稅額計算稅額1
(15000-5000-1000-1000)*3%-0-0
2402
2*(15000-5000-1000-1000)*3%-0-240
2403
3*(15000-5000-1000-1000)3%-0-2402
2404
4*(15000-5000-1000-1000)3%-0-2403
2405
5*(15000-5000-1000-1000)10%-2520-2404
5206
6*(15000-5000-1000-1000)10%-2520-(2404+520)
8007
7*(15000-5000-1000-1000)10%-2520-(2404+520+800)
8008
8*(15000-5000-1000-1000)10%-2520-(2404+520+800*2)
8009
9*(15000-5000-1000-1000)10%-2520-(2404+520+800*3)
80010
10*(15000-5000-1000-1000)10%-2520-(2404+520+800*4)
80011
11*(15000-5000-1000-1000)10%-2520-(2404+520+800*5)
80012
12*(15000-5000-1000-1000)10%-2520-(2404+520+800*6)
800首先將年終獎除以12,分攤到12個月。再查稅率表確定稅率。
最終個人所得稅計算公式為:
年終獎個人所得稅=年終獎*稅率-速算扣除數
級數全月繳應納稅所得額
預扣率(%)
速算扣除數
1不超過3000元的30
2超過3000元至12000元的部分
10210
3超過12000元至25000元的部分
201410
4超過25000元至35000元的部分
252660
5超過35000元至55000元的部分
304410
6超過55000元至80000元的部分
357160
7超過80000元的部分
4515160
該軟體分為兩大功能:月薪個人所得稅和年終獎個人所得稅
提示使用者選擇功能,並且提示使用者輸入必要的資訊(月薪、五險一金、專項扣除等)。
列印出每個月扣除的稅額和實發薪資。
按照下面的條款,列印工資明細
**:
#include
double
tax_table
(int a)
//年度預扣稅表
double
monthly_tax
(double a)
//每月個人所得稅 a:月薪
}double
monthly_tax_detailed
(double a)
//每月工資明細
}double
annual_bonus
(int a)
//年終獎個人所得稅
void
menu()
intmain()
}return0;
}
C語言實現個稅計算器
最近在學c語言基礎,在導師的指導下,先準備寫個個稅薪資計算器。這是乙個簡單的c語言小demo。主要用到了c語言的函式,if選擇語句。程式的主要 如下 可執行 include float salary int len float culculatesalary else if salary 5000 ...
python計算工資個稅
1 coding utf 8 23 total int input 稅前總計 45 公積金10 6 gongjijin total 0.1 7print 公積金個人繳納 2f gongjijin 8 養老保險8 醫保2 失業0.4 合計10.4 9 shebao total 0.104 10 yin...
北京個稅計算小程式
北京計算個人所得稅 total income int input 請輸入你的總收入 endownment insurance total income 0.08 medical insurance total income 0.02 unemployment insurance total inco...