Java Practice
Java Practice
hra 20 % ta 10% of the basic salary and tds 10% of the net salary//
import java.io.*;
import java.util.*;
public class emp()
{
public static void main(String args[])throws exception
{
double basic,da,hra,ta,eds,gross;
system.out.Println("Enter basic salary of employee\n");
Scanner obj1=new scanner(system.in);