Home python Employee Salary Calculation using python

Employee Salary Calculation using python

50 second read
0
0
843

This tutorial will teach you  to calculating the employee salary.Input the employee name and the basic salary calculate and display the netsalary using following condition.

if the basic salary is more than 50000 then include 10% tax.

if the basic salary is more than 30000 then include 5% tax.

otherwise no tax.

Load More Related Articles
Load More By admin
Load More In python

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Create Maven project in Intellij

In this tutorial will see how to create Maven project in Intellij step by step. First Step…