Write a program that displays the price of a plane ticketdep
Write a program that displays the price of a plane ticketdepending on the age of the passenger. The program asks the user to enter theage and the price of the ticket and calculates the total cost based on thediscount table below. The program should display the final cost of the ticket.Up to 2 years oldFreeOlder than 2 and up to18 years old25% discount forchildren and minorsOlder than 18 and up to25 years old10% youth discountOlder than 25 and up to64 years oldFull price65 or more5% senior discount