Problem
Create an application that determines the final cost of a discounted item. The interface should prompt the user for the original price of the item and the discount as a percentage. Include sales tax in your calculation of final cost. Display the final cost when an Answer button is clicked. Use a constant for the tax with value of 7%.