Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Generate a C# windows form program based on the example on the next page with the following conditions. i write a C# program called BossieProgram

image text in transcribed
Generate a C# windows form program based on the example on the next page with the following conditions. i write a C# program called BossieProgram Seven (replace Bossie with your last name). Rename the default forml class to the name of your program and add to the form text title bar the name of your program. Also rename the forml.cs file in the Solution View window to FormBossieProgramSeven.cs (use your name) 2. Please add your name, course name, and due date under your picture 3. Display an error message box if the Hourly Pay Rate or Hours Worked textbox is empty when the Calculate Pay button is pressed. 4. Display an error message box if a radio button is not selected when the Calculate Pay button is pressed. s. Calculate pay amount based on which Pay Period is selected by the radio button and the Hourly Pay Rate and Hours Worked amounts entered in the text boxes. (S10.00 per hour $400 per week, S1,732 per month, $20,800 per year) 6. Use a label to display the Check Amount calculated. 7. Use a RichTextBox to display the output. s. Please follow all directions. OTE: these rates not the same as Federal Tax Rate-16%; State Tax Rate FDIC Tax Rate Health Insurance Rate 3.8%; Personal Saving Rate = 4%; -5.5%; = 4.8%; Please implement a PayCheck class. You must pass the hours worked and hourly pay rate amount as parameters in the class constructor. The constructor must also initialize all the tax rate variables. You must implement all the tax rate variables as Properties so that they may be easily changed if necessary You must have the following methods to calculate the various values: Federal Tax Amount, State Tax Amount, FDIC Tax Amount, Health Insurance Amount, Personal Saving Amount, Gross Pay Amount, Base Pay Amount, Over Time Pay Amount, and Check Amount. You may also need other methods as well. You may create the PayCheck object inside the CalculatePay Clicked) method and call the necessary methods to calculate the various values

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_2

Step: 3

blur-text-image_3

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

Question

e. What do you know about your ethnic background?

Answered: 1 week ago