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 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!