java program to calculate salary of employees
import java.util.*; /** * Define a class employee with the following members to compute the salary slip of an employee. * @author (Afaq) */ public class Employee { int empno; String name; float salary, hra, da, it, gp; Employee() { empno=0; name = “”; salary = 0.0f; hra = 0.0f; da = 0.0f; it = […]
Recent Posts Multimedia CBSE Class 9 and 10 March 1, 2023 Computer networking CBSE Class 9 and 10 March 1, 2023 Types of software CBSE Class 9 and 10 March 1, 2023 I/O devices CBSE Class 9 and 10 March 1, 2023 Storage devices CBSE Class 9 and 10 March 1, 2023 Memory CBSE Class 9 and 10 March 1, 2023 Computer Systems – CBSE Class 9 and 10 March 1, 2023 Computer Systems - CBSE Class 9 and 10 March 1, 2023 Merge String Characters Program in Java May 26, 2022 Name with A Program in Java May 26, 2022 Reversed Case of Char Array Program in Java May 26, 2022 Product and Square of Array Program in Java May 26, 2022 Find Highest and Lowest ASCII value Program in Java May 26, 2022 UP Board Math Class 7th Chapter 6 - रेखीय समीकरण April 13, 2022 UP Board Math Class 7th Chapter 3 - साँख्यिकी April 13, 2022 UP Board Math Class 7th Chapter 2 - घातांक April 13, 2022 Bubble Sort in String Program in Java April 4, 2022 Palindrome String April 4, 2022 Piglatin Form Program in Java April 4, 2022 Find Vowels And Capital Letter in Array Program in Java April 4, 2022