Build a program that calculates a discount for items based on quantity bought
each item is $99.99
Ask user to enter the quantity of the items
Get the quantity of items from the user
Calculate the cost of items before discount
Calculate the discount for the items:
Use 8% discount if the user is purchasing 10 or more items
Use 4% discount if the user is purchasing less than 10 items
Display the cost before discount, quantity to be purchased, and eligible discount, disocounted cost