ass name “LastnameClasscodeFinal1”. Place comment/s(what the code does) where appropriate. The Net Pay is calculated by deducting the following from the Gross Amount: a) Federal Income Tax: 15% b) State Tax: 3.5% c) Social Security Tax: 5.75% d) Medicare/Medicaid Tax: 2.75% e) Pension Plan: 5%
OOPs
In today's technology-driven world, computer programming skills are in high demand. The object-oriented programming (OOP) approach is very much useful while designing and maintaining software programs. Object-oriented programming (OOP) is a basic programming paradigm that almost every developer has used at some stage in their career.
Constructor
The easiest way to think of a constructor in object-oriented programming (OOP) languages is:
Read, understand, and answer the items stated in the attached file.
Using dialog boxes in the JOptionPane class, write a program that will calculate and print the monthly paycheck for an employee.
Use the class name “LastnameClasscodeFinal1”. Place comment/s(what the code does) where appropriate.
The Net Pay is calculated by deducting the following from the Gross Amount:
a) Federal Income Tax: 15%
b) State Tax: 3.5%
c) Social Security Tax: 5.75%
d) Medicare/Medicaid Tax: 2.75%
e) Pension Plan: 5%
f) Health Insurance: $75.00.
Your program should prompt the user to input the Employee Name and the Gross Amount. Format all the values using two decimal places.
Required: The .java file and include 2 screenshots(using image/pdf/word file) of the input/output of the program using these values: 3575 and 5000. Name the 1st file as Sample3575 and the 2nd file as Sample5000.
Step by step
Solved in 3 steps with 6 images