Answer:
user_salary = int(input("Please Enter Your Salary : "))
if user_salary in range(10000, 20000):
print("Tax = ",int(user_salary/100*1))
elif user_salary in range(20000, 30000):
print("Tax = ",int(user_salary/100*2))
elif user_salary in range(30000, 40000):
print("Tax = ",int(user_salary/100*3))
else:
print("No Tax!")
Explanation:
I would say a. correcting others' spelling and grammar.
<span>Many common web page designs use columns that are about a third of the width of the page to approximate traditional aesthetic proportions.</span>
The answer is b. printing a copy of all website pages
I would have to say D. SATA drives are just a hard drive. Technicians are trained for them as their interface is extremely amateur. It does support multi-user environments. I apologize in advance if D is incorrect.