An Introduction to Programming using: Microsoft visual basic.NET [HELP]
I need help in making a program using visual basic.. u can download it here:
http://lab.msdn.microsoft.com/expres...c/default.aspx
Question:
An employee should receive pay equal to time and a half for every hour worked over 40 hours.
a) Create a payroll application that prompts the user for the number of hours worked and the hourly rate of pay and then calculates the gross weekly wages (before taxes) when pay is clicked:
the interface should look like this:
http://img.photobucket.com/albums/v3...ollprogram.bmp
b) Modify the payroll application so that there is an 18% deduction from gross pay, unles the employee is exempt. If an employee is exmpt, "NO TAXES DEDUCTED" should be displayed in a message box and then the wages displayed. The application interface should look similar to the following for an employee that is not exempt:
http://img.photobucket.com/albums/v3...r/untitled.bmp
thanks ^_^