Write a shell script that does the following tasks: Script takes as input, Employee Name, Employee Basic Salary Script should compute House Rent Allowance (HRA) for an employee based on following...


Write a shell script that does the following tasks:<br>Script takes as input, Employee Name, Employee Basic Salary<br>Script should compute House Rent Allowance (HRA) for an employee based on<br>following conditions:<br>Basic Salary (OMR)<br>HRA Computation<br>More than 30000<br>20 % of Basic Salary<br>More than 2000<br>15 % of Basic Salary<br>Otherwise<br>10 % of Basic Salary<br>Script should display appropriate message with the name of employee and the<br>bonus computed.<br>

Extracted text: Write a shell script that does the following tasks: Script takes as input, Employee Name, Employee Basic Salary Script should compute House Rent Allowance (HRA) for an employee based on following conditions: Basic Salary (OMR) HRA Computation More than 30000 20 % of Basic Salary More than 2000 15 % of Basic Salary Otherwise 10 % of Basic Salary Script should display appropriate message with the name of employee and the bonus computed.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here