Calculating gross pay

I need help getting started with a piece of code assigned to our class. I'm having trouble on where to even start writing. The directions: Design and code a new function that accepts as parameters the gross pay by value and the federal tax, state tax, local tax, SS tax, and net Pay by reference. Calculate the taxes at the following rates: federal – 14%, state – 6 %, local – 3.5%, and SS – 4.75%. Calculate the net pay as the gross less the taxes. Return the results via the parameters. Where do I start?


I looked at that tutorial countless times, to see if maybe i would understand this problem better, but all it did was confuse me even more...
Topic archived. No new replies allowed.