Answer:
actual_value = float(input("Enter the actual value of a piece of property: "))
tax_rate = float(input("Enter the current tax rate for each $100.00 of assessed value: "))
assessed_value = actual_value * 0.6
tax = (assessed_value * tax_rate) / 100
print("The annual property tax is $" + str(tax))
Explanation:
*The code is in Python.
Ask the user to enter the actual value and the tax rate
Calculate the assessed value, multiply the actual value by 0.6
Calculate the tax, multiply the assessed value by the tax rate and divide result by 100
Print the tax
Doesn’t give the programmer a lot of freedom to be creative. Using only one language on the web limits the amount features the programmer could create.
For example, just only using HTML limits the web page’s features to use scripts like Javascripts.
5. Positive and Negative Impact of chemical industries.
Here are the positive impacts first:
=> It can discover a chemical product that can be helpful for us humans like physical beautification, medicines to a certain diseases and more that is beneficial to our health.
=> It can also help us learn more about the chemicals that is presents in our planet.
Here are the lists of the negative impacts:
=> Some Chemicals can be harmful to the nature and also to our body.
=> Some chemical can cause diseases especially those harmful ones.