منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   [طلب] ممكن مساعة في لغة c ضروري اذا ممكن (http://vb.ma7room.com/showthread.php?t=697550)

محروم.كوم 12-05-2011 12:00 PM

[طلب] ممكن مساعة في لغة c ضروري اذا ممكن
 
السلام عليكم

انا عندي مشكلة في كتابة برنامج في لغة c

الي اكثر من اسبوع بحاول حلها ومش قادر

اذا ممكن المساعة في طريقة حالها او فقط

اتجاه صحيح كيف اعملها

والله يفقكم


اقتباس:

Course: "Computer programming electronics"
It also has to choose meaningful variable names.
Write notes (annotations) that outline briefly the program commands.
Check that the program environment 2010Microsoft ® Visual C + +.

Write a program that emulates a calculation of the Income Tax Department.
The program to record the data for the five employees \ s:
• Sex (whether male then the input is 1, if a woman then the input will be 0),
• Number of children.
• a veteran (If yes then the input is 1 otherwise 0), then, has to absorb the tax, months of service and calculate the Hank 'acquittal by the rules below.
• Single-parent family - parent (if yes then the input is 1 otherwise 0).
• New Immigrant (if yes then the input is 1 otherwise 0), then, has to absorb the tax, months in the country and calculate the Hank 'acquittal by the rules below.

And calculate the monthly salary tax rates for each employee / A separately.

The following tax concessions have the \ are entitled to your salary to employ during the monthly tax deduction:



Tax relief
Every resident ksa entitled to 2.25 credits.
A woman is entitled to 1 / 2 points extra credit.

Working woman
Tax calculation of a working woman would be accounted for 0.5 extra credit point.
If a working woman has children - is entitled to an additional 0.5 credits for each child.

Veterans
Who served at least 24 months full right to 2 credits per month.
Who served between 12 to 24 months or less, entitled to one credit point.

Single-parent family - parent
Working one - parents or working single - parent families, are entitled to additional relief through the income tax paid credits:


One credit point for being a single - parent families.
(In addition to promotional credits for children)

New immigrants
New immigrant entitled to tax breaks for 42 months from the date of arrival in Israel. The relief is provided through more credits to those that reach each resident:
• 3 points in total for the first 18 months for immigration.
• 2 credits per month for 12 months.
• a tax credit for 12 months.

For example,
New immigrant credits the rise of admiration and a half year ago and mother of six children will be a total of 9.25 credits from the following calculation:

2.75 credits for resident ksa
0.5 Credit for being a working woman.
3 credits for being a new immigrant.
3 credits for children.
:====================
S"hc 9.25 credits

Each point is worth $ 178
So credit will be: $ 1,646.5 = 9.25 * 178

Monthly salary tax rates
Cumulative salary salary
(NIS) tax rate
(At%)
1. For every dollar of the first Hdlurim 4170 4170 10
2. On the dollar from 4171 to 7420 dollars 7420 23
3. On the dollar from 7421 until the $ 11 140 32 11 140
4. For every dollar of the $ 11 141 to 19 890 19 890 37
5. For every dollar of the $ 19 891 to 34 450 34 450 39
6. On each additional dollar 49


For example,

1) If the salary $ 7,000 and a credit will be: $ 1,646.5 = 9.25 * 178

Tax calculation:
+ 2830 * 0.23 = 1067.9 * 0.1 4170

So the tax she pays will be equal to $ 0
2) If the salary $ 9,000 and a credit will be: $ 1,646.5 = 9.25 * 178

Tax calculation:
+ 3250 * 0.23 + 1580 * 0.32 = 1670.1 * 0.1 4170

So the tax she pays will be equal to 1670.1 to 1646.5 = 23.6

3) If the salary $ 12,000 and a credit will be: ₪ 1646.5 = 9.25 * 178

Tax calculation:
+ 3250 * 0.23 + 3720 * 0.32 + 860 * 0.37 = 2673.1 * 0.1 4170

So the tax she pays will be equal to 2673.1 to 1646.5 = 1026.6


الساعة الآن 08:48 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227