Question
hi please help for my exam finish the code Linstead County uses a very simple method of generating taxes from its citizens. anyone who earns
hi please help for my exam finish the code
Linstead County uses a very simple method of generating taxes from its citizens. anyone who earns over $5,000,000 per year, pays taxes according to the follwoing schedule
County tax 7% of gross
School tax of 21/2 % of the gross
Municipal taxes 3% OF THE GROSS
Assume that there is a method called calculateTax, shown by the method header. use this header and complete the method for finding the taxes for those whop are qualified by the schedule above (you can assume the following variables -county_tax, municipal_tax,school_tax already exists)
void calculateTax (double amount)
{
}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started