Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Microsoft Visual Basic Form Load Event. Complete and submit both a Use Case Definition and an Event Planning Documents. Follow the textbook naming conventions for

Microsoft Visual Basic Form Load Event. Complete and submit both a Use Case Definition and an Event Planning Documents. Follow the textbook naming conventions for all objects. Introductory Comments as well as comments in the code (such as the content from an event planning document) for each event should be included in the code describing the purpose and function.

Also, make sure you:

  • use a Form Load Event as demonstrated in the chapter project
  • set the AcceptButton and CancelButton values in the Form Properties for your program
  • set the tax rates as Constant variables
    • Note that because the tax rate variables do not have to be used in two different event-handling procedures, it does NOT have to be defined at the class level
  • use the Option Strict On statement in your code
  • set the currency results to be displayed in a currency formatimage text in transcribed
Case Programming Assignments PAYROLL CAIUULAL Design a Windows Classic Desktop application and write the code that will execute according to the program requirements in Figure 4-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: Date Submitted: Application Title: Payroll Calculator Purpose: January 4, 2018 This Windows Classic Desktop application will compute and display the FICA tax, federal tax, and state tax for a two-week pay period. Program Procedures: From a window on the screen, the user enters her gross pay check for two weeks. The program estimates the FICA tax, federal tax, and state tax for a two week pay cycle. Algorithms, 1. Users must be able to enter their biweekly income. Processing, and Conditions 2. The FICA tax (7.65%), federal tax (22%), and state income tax (4%) are computed. 3. The tax amounts should be displayed on separate lines and in currency format, two places past the decimal point. 4. The net pay should be displayed after the tax amounts have been deducted. 1. The user can clear the income and taxes and then enter new data. 2. The user can use an Exit button to exit the application. Notes and Restrictions: Comments:The designer should design the user interface, including the graphic and words displayed. FIGURE 4-98

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

More Books

Students also viewed these Databases questions