Computer Science, asked by amit31232, 11 months ago

question based on if statement in Python programming .​

Answers

Answered by psamyuktha901
1

Answer:

Explanation:

4.A company decided to give bonus of 5% to employee if his/her year of service is more than 5 years.

Ask user for their salary and year of service and print the net bonus amount.

Answer

5.A school has following rules for grading system:

a. Below 25 - F

b. 25 to 45 - E

c. 45 to 50 - D

d. 50 to 60 - C

e. 60 to 80 - B

f. Above 80 - A

Ask user to enter marks and print the corresponding grade.

Similar questions