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.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views
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.