Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Code here are 2 Questions on the mid term assignment that you should work on now and bring the solutions with you when you

Java Code

here are 2 Questions on the mid term assignment that you should work on now and bring the solutions with you when you come to class.The two questions are Designing a Solution (interface and flowchart) and implementing the solution. Below are the details regarding the 2 questions: (designing the application): Design an application that is used for customers to purchase concert tickets to one of the shows being offered. There are two shows being offered (1) evening show and (2) late night show. The user will check the appropriate radio button depending on which show they wish to attend. Additionally, the user will type a number into a text field indicating how many of the tickets they wish to purchase. Once the information is entered, the user will select the "purchase" button to actually make the transaction and a text field will display the total cost of the purchase given the following prices: 1) evening show tickets are $10.50 each 2) late night show tickets are $15.50 each In following the Problem Solving approach you are to develop the following artifacts for the application: a) Design the User Interface b) Plan all the properties for the controls on the interface c) develop the logic using flow charting that is needed for the application to meet the requirements Submit a word document containing the design information listed above (letters a - c) Assignment (Implementing the Design): Develop the application that is used for customers to purchase concert tickets to one of the shows being offered. There are two shows being offered (1) evening show and (2) late night show. The user will select the radio button depending on which show they wish to attend. On another question you were to design the solution, this question is asking you to implement what you have designed. Additionally, the user will type a number into a text field indicating how many of the tickets they wish to purchase. Once the information is entered, the user will select the "purchase" button to actually make the transaction and a text field will display the total cost of the purchase given the following prices: a) evening show tickets are $10.50 each b) late night show tickets are $15.50 each Using our best programming guidelines, make sure your application meets the following expectations: 1) Solves the problem, basically satisfies the requirements above 2) uses error handling (i.e. make sure number of tickets are entered) 3) uses good naming conventions for your variables and controls on the interface 4) good commenting in your code.

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

Transactions On Large Scale Data And Knowledge Centered Systems Xxviii Special Issue On Database And Expert Systems Applications Lncs 9940

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Qimin Chen

1st Edition

3662534541, 978-3662534540

More Books

Students also viewed these Databases questions