Question: Assignment # 1 : solve it with simple steps and if u can do it with out if # and any extra details please do

Assignment #1: solve it with simple steps and if u can do it with out if # and any extra details please do***
Submit a txt file only via Google Classroom
Write a program in Python using to display if the amount of bonus the employee will get based on the annual evaluation.
You should get the employee basic salary and his annual evaluation (A, B, C, D or F)
Then display the bonus based on the following table:
\table[[Rating,\table[[Bonus],[multiplier]]],[S,3],[A,1.5],[F,No bounce]]
Sample run:
Enter your annual evaluation rating: S Enter your Basic Salary: 5000 Your bounce is 15000 SAR
Assignment # 1 : solve it with simple steps and

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!