1: I've got a text field below. We need a tax calculator. If the price of a product is under $10, there is a 10% tax.

Greater than $10 or less than $20, there is a 7.25% tax. $20 or greater there is a 5%.

Output the total charge of whatever cost was entered after the button is pressed Dynamic Pricing!

 

2:Write a loop in javascript that prints out only multiples of 7 up to 1000

 

3: Use a loop to create a dropdown menu of the hours in a day. When the user selects the hour, output what time of day they selected