I need help!! I decided to go back to college this year and am taking Intro to Logic and Programming. I have an assignment due that I cannot figure out!

If you own real estate in a particular county, the property tax that you owe each year is calculated as 64 cents per $100 of the property's value. For example, if the property's value is $10,000 then the property tax is calculated as follows:
Tax = $10,000/ 100 * 0.64
Create an application that allows the user to enter the property's value and displays the sales tax on that property.

Thank you in advance for any help!