Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c# 3. You have been asked to build an application that enables customers to order tickets for events. Part of the application needs to enable

c#
image text in transcribed
3. You have been asked to build an application that enables customers to order tickets for events. Part of the application needs to enable a customer to enter his details, specify an event, and select the number of tickets required. A customer has a privilege level (Standard, Premium, Executive, or Premium Executive), and the higher this level the more tickets a customer can order. (Standard customers can order at most two tickets for an event, Premium customers can order four tickets, Executive customers can order eight tickets, and Premium Executive customers can order ten tickets). You decide to create a prototype form like the one shown in the following figure. (40 points) Figure User Interface for Exercise 3 You need to ensure that the user's input is valid and consistent. Specifically, the customer must do the following: - Select an event. The prototype application uses a hard-coded set of events. - Input a customer reference number. The application should verify this reference number to start with the first letter of the Privilege Level followed by 4 numbers. - Specify a privilege level. - Pick a number of tickets greater than 0 and less than or equal to the value tha the customer's privilege level allows. When the user has completed entering data, the user clicks the Purchase item in th File menu. After validating the data the application displays a message box confirm he user's input or shows an error message if anything does not match the criteria

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

Databases And Information Systems 1 International Baltic Conference Dbandis 2020 Tallinn Estonia June 19 2020 Proceedings

Authors: Tarmo Robal ,Hele-Mai Haav ,Jaan Penjam ,Raimundas Matulevicius

1st Edition

303057671X, 978-3030576714

More Books

Students also viewed these Databases questions

Question

Explain the importance of staffing in business organisations

Answered: 1 week ago

Question

What are the types of forms of communication ?

Answered: 1 week ago

Question

Explain the process of MBO

Answered: 1 week ago