Should have label and textboxes for the user to enter hours worked and rate of pay. The program should use a value-returning method to figure gross pay by passing information from the user when a calculate button is clicked. If the hours are greater than 40 overtime should be calculated as well based on 1.5 times the rate for all hours over 40, with regular pay for the first 40 hours. There should also be a value returning method called deductions. In this method, you should use a constant for FICA to be 6.5% of gross pay. Taxes should be figured as follows: Gross pay less than or equal to 200 - Tax is 0, Gross pay greater than 200 but less than 500 - Tax is 5% of Gross pay, Gross pay greater than or equal to 500 - Tax is 7.5% of gross pay. Return FICA tax + tax from this method. There should be a void method called Net pay that gets passed gross pay and deductions and then calculates and displays all information with headings in a list box for the employee info entered.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

please qwe3

Should have label and textboxes for the user to enter hours worked and rate of pay. The program
should use a value-returning method to figure gross pay by passing information from the user
when a calculate button is clicked. If the hours are greater than 40 overtime should be calculated
as well based on 1.5 times the rate for all hours over 40, with regular pay for the first 40 hours.
There should also be a value returning method called deductions. In this method, you should use
a constant for FICA to be 6.5% of gross pay. Taxes should be figured as follows: Gross pay less
than or equal to 200 - Tax is 0, Gross pay greater than 200 but less than 500 – Tax is 5% of
Gross pay, Gross pay greater than or equal to 500 - Taxis 7.5% of gross pay. Return FICA tax +
tax from this method. There should be a void method called Net pay that gets passed gross pay
and deductions and then calculates and displays all information with headings in a list box for the
employee info entered.
Add a Clear button to clear info in textboxes and listbox to start again.
Add a Close button to close the form to return to frm Main.
in c#
Transcribed Image Text:Should have label and textboxes for the user to enter hours worked and rate of pay. The program should use a value-returning method to figure gross pay by passing information from the user when a calculate button is clicked. If the hours are greater than 40 overtime should be calculated as well based on 1.5 times the rate for all hours over 40, with regular pay for the first 40 hours. There should also be a value returning method called deductions. In this method, you should use a constant for FICA to be 6.5% of gross pay. Taxes should be figured as follows: Gross pay less than or equal to 200 - Tax is 0, Gross pay greater than 200 but less than 500 – Tax is 5% of Gross pay, Gross pay greater than or equal to 500 - Taxis 7.5% of gross pay. Return FICA tax + tax from this method. There should be a void method called Net pay that gets passed gross pay and deductions and then calculates and displays all information with headings in a list box for the employee info entered. Add a Clear button to clear info in textboxes and listbox to start again. Add a Close button to close the form to return to frm Main. in c#
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education