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 |
what is diff bet ref variable & instance of class
can any one suggestion me present which course(except java,.net) has huge demand in the market?
how we can connect applet with database?
what is meaning of MDM in sap?let me know that meaning
major characteristics of software system
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
what do u mean by tagging
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
3 Answers College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,
How does the TCP handle the issue of multiplexing?
what is the pl/sql block size in oracle 10g and 11g?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
sample code for data transfer between two r/2 systems and r/3 systems?