write a program that calculates and prints the take-home pay for a commissioned sales employee. perform a compile time i
Posted: Mon Jun 06, 2022 6:04 pm
write a program that calculates and prints the take-home pay for
a commissioned sales employee. perform a compile time
initialization and store the name of pita sharma in a
variable called employeename. Pita earns 7% of his total
sales as his commission. His tax rate is 18%. He contributes
10% to a retirement program and 6% to social security. His sales
this month were $161432. Produce a formatted report showing the
amount for each of the computed items.
a commissioned sales employee. perform a compile time
initialization and store the name of pita sharma in a
variable called employeename. Pita earns 7% of his total
sales as his commission. His tax rate is 18%. He contributes
10% to a retirement program and 6% to social security. His sales
this month were $161432. Produce a formatted report showing the
amount for each of the computed items.