Mini Quiz 3 Version 1

Write a program that calculates the total cost of amusement park ticket.

Input: full price of the ticket (integer), age of the person (integer), tax (integer).

Output: Total price after discount and taxes are taken in account. TAX APPLIED AFTER DISCOUNT.

Ticket Price Rules:

Assume that input is valid.