Question: Create a project named Lab1Ex2. Use this project to write and run a Kotlin program that performs the following: Input basic salary of the worker.

Create a project named "Lab1Ex2". Use this project to write and run a Kotlin program that performs the following: Input basic salary of the worker. calculate its Gross salary according to following: Basic Salary 1200: HRA = 25%, DA 795% Notes: DA: Dearness Allowance. HRA: House Rent Allowance. Calculate final gross salary using formula: gross_salary = basic_salary + da + hra
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
