Monroe County uses a very simple method of generating taxes. Anyone who earns over $5,000 annually pays taxes according to this
county tax 7% of gross
school tax 2.5% of the gross
municipal taxes 3% of gross
Use this header and complete the method for finding the taxes for those who are qualified by schedule above. Assume the following variables exist county_tax , school_tax, nd municipal_tax
void calculateTax(double amount)
{
}