There is a room with 1000 light switches, numbered 1, 2, 3,
4, ... 1000, all turned off.
Outside the room there are 1000 men, numbered man1, man2,
...man 1000
In order, each man walks into the room and changes the
position of each switch that is a multiple of his number.
That is: man1 flips every switch
man2 flips switches 2, 4, 6, 8 ....1000
man3 flips switches 3, 6, 9, ..... 999
.....
Man 1000 flips switch 1000
After all 1000 men are done, how many switches are on?
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 where you enter a number which
corresponds to K.M. Find out the corresponding values in m,
cm, inches, and feet.
Hints:- 1 k.m= 1000 m
1 m= 100 cm
1 inches= 2.54 cm.
1 feet= 12 inches
How to set fixed width in particular <td> in html? if i type
more character in this <td> it will not push near <td>. this
is my question. can u tell me the answer...
what you mean by mantis in IT interview?
why we use mantis?
advantage of mantis?
149
without selecting individually each field in Action Class
from jsp,what is the best process to select as many as field
at a time automatically from jsp page by using value object
class.
89
When we have two versions of the dot net installed how does
the compiler know which version of DLL it has to select to
an application.