Age classifierwrite program that prompts the user enter person age
Your company sales its software for $49 a unit. If customers purchase more than $500, they receive a 10% discount.
Write a Python program that:
1. Prompts the user for the number of units sold
2. Calculates the total sale
3. Computes a 10% discount if the total is more than $500