Question: 1. Write a program that will calculate the new value of an employee's salary given the current value and the applied rate. - -
1. Write a program that will calculate the new value of an employee's salary given the current value and the applied rate. - - User Data-Entry: salary and rate (%); (2 data entries) - Calculation: A method named SalaryUpgrade must be created and receive the previous data entries. This method will return the new salary. This method must be called to perform the calculation. - Output: A message must be displayed: "The employee < < add your initials >> will have the current salary of < < add current salary (value) >> increased to < < add new salary >>".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
