Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download: http://solutionzip.com/downloads/parking-ticket-fines-vb-2010/
- Design a Windows application and write the code that will execute according to the program requirements in the figure.
- Requirements
- Parking Violation Fine
- Expired Meter $35
- No Parking Zone $75
- Blocking Driveway $150
- Illegal Handicap Parking $500
- Use Case Definition
- 1. The Windows application window opens.
- 2. The user selects the type of parking offense.
- 3. The user selects whether the user is a repeat offender.
- 4. The user clicks the Display Fine button to display the parking ticket fine.
- 5. The user clears the input and the result by clicking the Clear button.
- 6. If desired, the user repeats the process.
- Requirement Document
- Date Submitted: May 6, 2013
- Application title: Parking Ticket Fines
- Purpose: This Windows application calculates a parking ticket fine.
- Program Procedures: The user selects the type of parking violation and indicates if the owner of the vehicle is a repeat offender. The user than requests that the program calculate and display the parking ticket fine.
- Algorithms, Processing, and Conditions: 1. The user selects the type of parking violation.
- 2. IF the owner of the vehicle has been ticketed previously for a parking offense in the city, the fine is doubled.
- 3. The user must be able to indicate the owner is a
- repeat offender.
- 4. The fine is calculated based on the chart above.
- 5. The user should be able to clear the type of violation indicator, the repeat offender indicator, and the ticket fine.
- Download: http://solutionzip.com/downloads/parking-ticket-fines-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment