CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2011
    Posts
    0

    Need to hand this in by midnight

    This is an assignment for one of my classes.....can anyone help me with this I am pressed for time and I am a beginner to try to complete this by midnight


    Mr. Ali Johnson, the payroll manager at Casablanca Industries, manually calculates each
    employee’s weekly gross pay, Social Security and Medicare (FICA) tax, federal withholding tax
    (FWT), and net pay – a time – consuming process and one that prone to mathematical errors.
    Mr. Ali has asked you to create an application that performs the payroll calculations both
    efficiently and accurately.
    All employees are paid on an hourly basis, with time and one-half paid for the hours worked
    over 40. The amount of FICA tax to deduct from an employee’s weekly gross pay is calculated
    by multiplying the gross pay amount by 7.65%. The amount of FWT to deduct from an
    employee’s weekly gross pay is based on the employee’s filling status. First, if employee is
    single with no kids, the amount of FWT to deduct from the employee’s weekly gross pay is
    calculated by multiplying the gross pay amount by 18.5%. Second, if employee is single with
    kids, the amount of FWT to deduct from the employee’s weekly gross pay is calculated by
    multiplying the gross pay amount by 12.5%. Third, if employee is married with no kids, the
    amount of FWT to deduct from the employee’s weekly gross pay is calculated by multiplying
    the gross pay amount by 15.5%. And finally, if employee is married with kids, the amount of
    FWT to deduct from the employee’s weekly gross pay is calculated by multiplying the gross pay
    amount by 8.5%.
    • Complete an IPO Chart and Flowchart to determine all the necessary factors to assist
    Mr. Johnson
    • Use your creativity and various programming techniques to calculate and display the
    employee’s ID, employee’s name, gross pay, taxes, and net pay. The program will
    continue to repeat until the user enters (999) as the employee’s ID to end

  2. #2
    Join Date
    Sep 2003
    Location
    England
    Posts
    129

    Re: Need to hand this in by midnight

    We are happy to help you if you have a specific coding problem but if it is just that you want us to do it for you then you might be out of luck!

    So, with that in mind, what do you have so far?
    What problem have you come up against which is stopping you from progressing?

  3. #3
    Join Date
    May 2009
    Posts
    2,413

    Re: Need to hand this in by midnight

    Quote Originally Posted by KingLion887 View Post
    I am pressed for time
    Since you're not going to learn anything anyway it would be much more efficient if you were cut out of the loop completely and replies were sent directly to your professor. Please provide contact information.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured