enario: Your friend Michael has recently started a “Movers and Cleaners” business. His business assists people in moving to a new flat by packing and moving their household items and cleaning the old and new flat for moving. He has employed three people and needs you to assist him in generating correct pay slips for his employees automatically. He is aware that you have been studying Java and wants to seek your skill on this particular project. Michael has asked you to program a Paycheck Calculator for his company. Write a program that calculates and prints the fortnightly pay slip for an employee. The net pay is calculated after taking the following deductions: FNPF: 8.5% PAYE: 6.5% Fiji Care Tax: 2.85% Medical Insurance: $6.50 The program will need the following values for each employee from the user: employee first and last names, hours worked and the pay rate. Design your program to get these inputs from the user. Store these input into variables and use these variables when you call the methods. Your program should then perform calculation according to the deduction details given above. The output to be displayed on the Console. You should design your own output format to neatly display the pay in a pay slip form

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Scenario: Your friend Michael has recently started a “Movers and Cleaners” business. His business assists people in moving to a new flat by packing and moving their household items and cleaning the old and new flat for moving. He has employed three people and needs you to assist him in generating correct pay slips for his employees automatically. He is aware that you have been studying Java and wants to seek your skill on this particular project. Michael has asked you to program a Paycheck Calculator for his company. Write a program that calculates and prints the fortnightly pay slip for an employee. The net pay is calculated after taking the following deductions: FNPF: 8.5% PAYE: 6.5% Fiji Care Tax: 2.85% Medical Insurance: $6.50 The program will need the following values for each employee from the user: employee first and last names, hours worked and the pay rate. Design your program to get these inputs from the user. Store these input into variables and use these variables when you call the methods. Your program should then perform calculation according to the deduction details given above. The output to be displayed on the Console. You should design your own output format to neatly display the pay in a pay slip format A sample input/output console for employee Michael Buadromo may look like this: Enter Employee First Name: Michael Enter Employee Last Name: Buadromo Enter Employee Hours Worked: XX Enter Employee Pay Rate: XX.XX *------------------------------------------------------* Pay Slip for: Michael Buadromo *------------------------------------------------------* Fortnightly Income: $ XXXX.XX Hours Worked: XX FNPF: $ XXX.XX PAYE: $ XXX.XX Fiji Care Tax: $ XXX.XX Medical Insurance: $ X.XX Total Deduction: $ XXXX.XX Net Pay: $ XXXX.XX
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to Coding
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education