Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In a multiplex theater, there is a discount scheme announced where one gets a 10% discount on the total cost of ticketswhen there is a

In a multiplex theater, there is a discount scheme announced where one gets a 10% discount on the total cost of ticketswhen there is a bulk booking of more than 20 tickets, and a discount of 2% on the total cost of tickets if a special coupon card issubmitted. Develop a program to find the total cost as per the scheme. The cost of the kingclass ticket is Rs.75 and queen class is Rs.150. Refreshments can also be opted by paying an additional of Rs. 50 per member.

Hint: k-king and q-queen and You have to book minimum of 5 tickets and maximum of 40 at a time. If fails display "Minimum of 5 and Maximum of 40 Tickets".If circle is given a value other than 'k' or 'q' the output should be "Invalid Input".

The ticket cost should be printed exactly to two decimal places.

Sample Input 1:

Enter the no of ticket:35

Do you want refreshment:y

Do you have coupon code:y

Enter the circle:k

SampleOutput 1:

Ticket cost:4065.25

Sample Input 2:

Enter the no of ticket:1

SampleOutput 2:

Minimum of 5 and Maximum of 40 Tickets

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transport Operations

Authors: Allen Stuart

2nd Edition

978-0470115398, 0470115394

Students also viewed these Programming questions