Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Do it in visual studio 2019 and send me the design, coding, all folders, and event planning documents send me in a zip file. The
Do it in visual studio 2019 and send me the design, coding, all folders, and event planning documents send me in a zip file.
The user enters the number of tickets
The input (number of tickets) is validated preventing blanks, negative, and nonnumerical values)
The user can select the zones of intended travel
Conversions are correct and expressed in U.S. dollars
A clear button is present and works accordingly
C Programming Assignments LONDON TUBE TICKETS Design a Windows Classic Desktop application and write the code that will execute according to the program requirements in Figure 5-98. Before designing the user interface, create a Use Case Definition. Before writing the code, create an event planning document for each event in the program. REQUIREMENTS DOCUMENT Date: May 6, 2019 Date Submitted: Application Title: London Tube Tickets Purpose: This Windows Classic Desktop application calculates the cost of tickets on the London Tube Program The user should enter the number of tickets and the zones of intended travel. The Procedures: ticket cost will be computed and displayed for the entered number of tickets in U.S. dollars. The single-fare adult ticket costs in British pounds are as follows: Zones 1-3: 24.90 Zones 1-5: 5.90 Zones 1-6: 6.00 Algorithms, Processing, and Conditions: 1. The user must enter the number of single-fare tickets. 2. Based on the zones covered, the ticket cost is calculated and then converted to U.S. dollars using the conversion at the website xe.com. 3. The user should be able to clear the number of single-fare tickets, the number of zones, and the cost of the tickets in U.S. dollars. 1. If the user enters a nonnumeric value for the number of single-fare tickets, the user should be advised and asked for a valid entry. 2. If the user enters a negative number of tickets or does not enter a number, the user should be advised and asked for a valid entry. 3. The default ticket type is Zones 1-3. Notes and Restrictions: Comments: naStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started