Untitled

 avatar
unknown
plain_text
2 years ago
368 B
3
Indexable
Start
Input the employee's annual salary (salary)
Input the employee's name (employee_name)
Initialize bonus_amount to 0
If salary is greater than or equal to 5000, then a. Set bonus_amount to 0.05 *salary Else  a. Set bonus_amount to 250
Print "Employee Name: " + employee_name
Print "Year-end Bonus: Rs " + bonus_amount
Print "Year-end Bonus: Rs " + bonus_amount
End
Editor is loading...