Write a program that will compute and generate the monthly payslip of employees. Create 3 separate modules for this program The 1st module: GrossSalary.py will handle the computing of gross salary. The 2nd module: SalaryDeductions.py will compute the deductions The 3rd module: NetSalary.py is responsible for computing the net salary. Create the necessary functions for each module. The user

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.2: Returning A Single Value
Problem 13E
icon
Related questions
Topic Video
Question

Use C# Language

Write a program that will compute and generate the monthly payslip of employees.
Create 3 separate modules for this program
The 1st module: GrossSalary.py will handle the computing of gross salary.
The 2nd module: SalaryDeductions.py will compute the deductions
The 3rd module: NetSalary.py is responsible for computing the net salary.
Create the necessary functions for each module.
The user shall input the following:
Employee Name
Contact Hours
SSS Contribution
PhilHealth Contribution
Other Loan
Each employee is subject for 12% tax and a flat rate of 550 per hour

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr