logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Miguel OrtizEngineering
(4/5)

983 Answers

Hire Me
expert
Laura LeighlandMathematics
(/5)

710 Answers

Hire Me
expert
Zuber KhanEconomics
(5/5)

830 Answers

Hire Me
expert
Wayne FlynnManagement
(5/5)

691 Answers

Hire Me
Visual Studio Programming

write a payroll program for the Lollipops4me Company.  Lollipops4me Company is located in Cincinnati, Ohio and has employees that live in Ohio, Indiana, and Kentucky

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

write a payroll program for the Lollipops4me Company.  Lollipops4me Company is located in Cincinnati, Ohio and has employees that live in Ohio, Indiana, and Kentucky.  The company has both salaried (management) and hourly employees.  The application should assist the payroll clerk in doing her weekly (52 times a year) payroll. 

The application must allow the clerk to state if the payroll is a salaried or an hourly employee.  Based on that selection, the clerk will gain access to the proper form to enter the first and last name of the employee and the necessary data for each type of employee to provide the necessary totals of:  Gross Pay, FICA, State Taxes, Federal Taxes, and Net Pay.

Gross Pay for Salaried Employees:

  • The clerk will provide the yearly salary of the employee on the form. Gross Pay will be determined based on the salary divided by the number of payrolls per year.

Gross Pay for Hourly Employees: 

  • The clerk will provide the hours worked for the pay period and their hourly wage. Gross pay will be determined based on the hours worked and the hourly wage.  If the employee works over 40 hours in a week, they will be paid time and a half for all hours over 40. 

FICA:            

  • Sum of:

    • 2% of the first 125,000 of Yearly Gross Pay (Social Security tax). After employee has amassed over $125,000 in yearly gross pay, they do not pay Social Security Tax.

    • 45% of total Gross Pay

State Taxes:

  • For Ohio:        5% of Weekly Gross Pay

  • For Kentucky: 6% of Weekly Gross Pay

  • For Indiana: 5% of Weekly Gross Pay    

Federal Taxes:                      

Weekly Gross Pay

Income Tax Withheld based on the Weekly Gross Pay

$0 to $50

$0

> $50 to $500

10%  over $51

> $500 to $2,500

$45.00 + 15% of amount over $500.00

> $2,500 to $5,000

$345.00 + 20% of amount over $2,500

Over $5,000

$845.00 + 25% of amount over $5,000

 

Net Pay:

  • Gross Pay – FICA – State Taxes – Federal Taxes

Instructions:

  • This project should be a multi-form application that includes:

  • A main form that allows the user to choose salaried or hourly employee.

  • A form to handle salaried employees

  • A form to handle hourly employees.

  • A module must be part of the application that includes common procedures/functions from both forms.

  • Use proper controls for all necessary input.

  • Validation is required for all textbox input. For first and last name, ensure existence. For all numeric data, ensure for existence, numeric, and > 0.

  • The formatted output on each form should be placed in a list box control as follows:

Net Pay:                               $XX,XXX.00

FICA:                                     $XX,XXX.00

State Tax:                            $XX,XXX.00

Federal Tax:                       $XX,XXX.00

Gross Pay:                           $XX,XXX.00

  • A button should be included on the salaried and hourly form to clear the employee’s information and pay results for the next entry.

  • A button should be included on the salaried and hourly form to exit the form.

  • A button should be included on the main form to exit the application.

  • A menu must be included on each form that mimics the buttons on the form.

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme