Click here to Skip to main content
15,886,071 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C# application that helps landowners determine what their property tax will be for the current year. Taxes are based on the property’s assessed value and the annual mileage rate. The established mileage rate for the current year is $10.03 per $1000 value. Homeowners are given a $25,000 tax exemption, which means they may subtract $25,000 from the assessed value prior to calculating the taxable value. Enable users to enter the property address and the prior year’s assessed value. The township has decided to increase all properties’ assessed value 2.7% for the current year to add additional monies to the school budget line. Provide methods to compute and return the new assessed value and the proposed taxes for the current year. Provide another method that displays the formatted values
Posted
Comments
Mehdi Gholam 8-Nov-14 3:12am    
We are not here to do the work for you.

1 solution

Land taxes are based on legal issues and legal stuff, so they are not the same across world. You can read the legal papers of your state, convert them into a pseudo code[^]. That will help you (and will assist you) while writing the code for the application.

This seems like a simple Mathematical problem solving application, where you pass one or two parameters as input and the software does the calculations and give back a result. You can feel some friendly relations with MSDN[^], they would guide you in writing the good syntax.
 
Share this answer
 
Comments
Manas Bhardwaj 8-Nov-14 3:24am    
Agree +5!
Afzaal Ahmad Zeeshan 8-Nov-14 3:24am    
Thanks Manas! :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900