Question: code in python please If-condition: 4. Write a program to compute the yearly increase for the employee salary as follow: If the number of working

code in python please
If-condition: 4. Write a program to compute the yearly increase for the employee salary as follow: If the number of working years is more than 10, then the increase is 10 plus the current salary. If the number of working years is 10 then the increase is 7 plus the current salary. Else, the increase is 3 plus the current salary. The salary and number of current working years should be entered by the user. Write a program to check the entered number is positive, negative, or zero: The number should be entered by the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
