This program calculates an employee's salary details including basic pay, housing allowance (HRA), travel allowance (TADA), tax, other allowances (OA), and other deductions (OD). It takes the input values for basic pay, HRA percentage, TADA, tax percentage, OA, and OD from text boxes. It then calculates the total salary by adding basic pay, HRA, TADA, and OA. It also calculates the net salary by subtracting tax and OD from the total salary.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views1 page
1st Program
This program calculates an employee's salary details including basic pay, housing allowance (HRA), travel allowance (TADA), tax, other allowances (OA), and other deductions (OD). It takes the input values for basic pay, HRA percentage, TADA, tax percentage, OA, and OD from text boxes. It then calculates the total salary by adding basic pay, HRA, TADA, and OA. It also calculates the net salary by subtracting tax and OD from the total salary.