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.



Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay a..

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

Post New Answer

More Programming Languages AllOther Interview Questions

diffrence between oracle apps , .NET , SAP

0 Answers  


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

0 Answers   TCS,


what is oops?

4 Answers   Satyam,


Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach

0 Answers  


how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100

1 Answers  






Definition of Singleton Class? what is the Purpose of it? what is the advantage?

0 Answers   Cognizant,


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

0 Answers   Goldman Sachs,


what is the difference between rename and label

0 Answers   Satyam,


Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????

0 Answers  


What are the tasks performed by a Team Lead

0 Answers   Emphasis,


what is inprocess and outprocess in vb

1 Answers   Msoft,


Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

0 Answers   Amazon,


Categories