Page 1 of 1

15 Point code in java JP Megan is starting a startup. She needs contractors in a hurry. She assigns you the task of crea

Posted: Fri Jul 01, 2022 5:46 am
by answerhappygod
15 Point
code in java
JP Megan is starting a startup. She needs contractors in ahurry. She assigns you the task of creating an employee system.
She wants it to
-Take the employee's name and badge number (system. in)
-Check if the name and badge number are correct (true/false)
-Check if the employee and credentials (name and id are thesame) (true /false)
-update pay rate,
-raise the pay rate
-number of employees
output
Name - John Powell [3223]
Does the name and ID match [true]Commission Added [Congrats]Pay rate for employee [70.3333]Revise Pay -> [true, 71.33]Payday average [100.00]Workforce Number [2]check if employees one and two are the same [false]
============================================
Name -Joe Powell [3332 ]
Does the name and ID match [true]Commission added [Congrats]Pay rate for employee [70.3333]Revise Pay [true, 71.33]Payday average [7000.00]Workforce Number [2]check if employees one and two are the same [false]