Without knowing what it's supposed to do, how can we fix it? Please post a description of what the code is supposed to do.
Don't double space your code. It just makes you (and me) scroll up and down a lot more.
Please use code tags. When posting code, highlight the code, then click the <> button to the right of the edit window.
Okay, after looking at your code and reformatting it, it looks like you're doing some sort of payroll system. The good new is that the most of the logic that you need is in your code, it's just full of syntax errors.
Remember that statements end with a semicolon. You've missed this many times.
Here is a version of your code that compiles but definitely does NOT work. Once you post a description of what it's supposed to do, I think we can figure out how to fix it.