Question
Design an application and write the code that will execute according to the program requirements below: REQUIREMENTS DOCUMENT Application Title Metro City Commute Application Purpose
Design an application and write the code that will execute according to the program requirements below:
REQUIREMENTS DOCUMENT
Application Title | Metro City Commute Application |
Purpose | This Windows Desktop application calculates the cost of commuting to New Your City using the metro. |
Program Procedures | The user selects the number of tickets and the type of ticket (single ride, 7-day, or 30-day). The user then requests that the program calculate and display the cost of the metro tickets for the subway. |
Algorithms, Processing and Conditions | The user selected the number of metro tickets. Metro tickets can be purchased for a single ride ($2.75), 7 days ($30) or 30 days ($112). The user must be able to initiate the calculation of the metro tickets. The user should be able to clear the number of tickets and the type of ticket. |
Notes and Restrictions | Negative and invalid numbers are not accepted. |
Comments | Application must include a color background and relevant image. |
USE CASE DEFINTITON
The Windows Desktop application window opens.
The user enters the number of tickets to be purchased and selects the type of metro ticket.
The user taps or clicks the Buy Tickets button to display the cost of the ticket(s).
The user clears the input and the result by tapping or clicking the Clear button.
If desired, the user repeats the process.
*BE SURE TO CREATE A WINDOWS FORM APPLICATION IN VISUAL BASIC
SAMPLE FORM
Metro City Commute Application Purchase Metro Tickets for NYC Number of Tickets:10 Ticket Type: Select One Single Ride Ticket ($2.75) O 7-Day Ticket ($30) O 30-Day Ticket ($112) Buy Tickets Clear Final Ticket Cost: $27.50Step 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