Write a shell program. Enter basic pay of an employee and
calculate DA, HRA, Deduction, Gross pay and Net pay as follows:
DA = 75 % of BASIC
HRA = 10 % of BASIC
DEDUCTION = 15 % of BASIC
GROSS PAY = BASIC+DA+HRA
NET PAY = GROSS PAY-DEDUCTION.
Answer / mishra@deepa
sorry, i m not writng the code here,
but u can do such type of decimal calculation by using bc
(binary calculator) option.
| Is This Answer Correct ? | 11 Yes | 10 No |
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what is web service in java? have u use before.
How to get the index of the clicked field in reports in ABAP?
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
what is database?how to tell 3years boy or girl by using toys?
What is autocall macro and how to create autocall macro? what is the use of it?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
can php support multiple inheritence?
if heap sort contains n elements, no of comparsions required are
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.