Java program for finding the gross salary
Ramesh basic salary is input through the keyboard, his hra is 40% of his basic salary his da is 20%basic salary write a java program to find his gross salary Here’s a simple Java program to calculate Ranesh’s Gross Salary, where: Basic Salary is input from the user. HRA (House Rent Allowance) is 40% of […]