Hi there,
I am currently studying Java just over six weeks and am a novice. I have been give a question to do, the question is...
Theatre Ticketing System
Write a program that reads ticket details from the user and outputs those details in the
form of a Theatre ticket which displays the following information:
(i) Surname of Patron :
(ii) Name of Show.
(iii) Number of people in that Party (Validated, see below)
(iv) Cost of the Ticket
The program must read in the Surname, Name of the Show and the number of people in
the Party (Maximum 10 people in any one party )
The price of Ticket may be calculated based on a cost of €35.00 per patron.
So for example if there are 5 people in any one party the cost of that ticket
would be €35.00 * 5
If there are more than 6 people in any party a reduction of 10 % is given on the total
ticket cost.
Hmmm... it's a loaded question I know, but can anyone please help me out with this problem. All help is very much appreciated.
King Regards,
John B.