how do i code this in vb2008 using windows forms application
You have been hired to develop a payroll software application for a company.The application should display an employee's pay given the the number of hours an employee worked during the week.The company would also like the application to display the work status of the employee eg. Full Time or Part Time. Full time employees work at least 40 hours a week and part time employees work no more than 20 hours a week. Employees that work more than 40 hours a week receive overtime pay at time and a half.
The application should display the number of hours that the employee worked. The company would also like the application to display the various taxes the employee has to have deducted from the weekly pay. Full time employees pay FICA tax at 10%, social security at 15% and other miscelaneous taxes at 10%. All taxes are calculated against the gross weekly pay which includes overtime pay. Employees that work part time don't pay any taxes.
Some full time employees contribute to a Tax Deferred Annuity (TDA) account. The employee decides how much to contribute to this account and that amount is deducted from their gross pay before any taxes are calculated and deducted from their pay. Your application should display the amount the employee wants to contribute to the TDA.
You will get the number of hours worked from the user of the application and whether the employee is contributing to the TDA and how much they are contributing.