akosiraff

Parking Ticket Fines VB 2010

Apr 3rd, 2013
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/parking-ticket-fines-vb-2010/
  3. Design a Windows application and write the code that will execute according to the program requirements in the figure.
  4. Requirements
  5. Parking Violation Fine
  6. Expired Meter $35
  7. No Parking Zone $75
  8. Blocking Driveway $150
  9. Illegal Handicap Parking $500
  10. Use Case Definition
  11. 1. The Windows application window opens.
  12. 2. The user selects the type of parking offense.
  13. 3. The user selects whether the user is a repeat offender.
  14. 4. The user clicks the Display Fine button to display the parking ticket fine.
  15. 5. The user clears the input and the result by clicking the Clear button.
  16. 6. If desired, the user repeats the process.
  17. Requirement Document
  18. Date Submitted: May 6, 2013
  19. Application title: Parking Ticket Fines
  20. Purpose: This Windows application calculates a parking ticket fine.
  21. 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.
  22. Algorithms, Processing, and Conditions: 1. The user selects the type of parking violation.
  23. 2. IF the owner of the vehicle has been ticketed previously for a parking offense in the city, the fine is doubled.
  24. 3. The user must be able to indicate the owner is a
  25. repeat offender.
  26. 4. The fine is calculated based on the chart above.
  27. 5. The user should be able to clear the type of violation indicator, the repeat offender indicator, and the ticket fine.
  28. Download: http://solutionzip.com/downloads/parking-ticket-fines-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment