Home Java Employee Salary Calculation using Java

Employee Salary Calculation using Java

55 second read
0
0
193

Input the employee name and 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 Java

Leave a Reply

Your email address will not be published.

Check Also

Node js Crud Application Step by Step

this tutorials we are going to teach node js crud application how to do the basic crud ope…