Mr. Shah decided to walk down the escalator of a tube station. He found that if he walks down 26 steps, he requires 30seconds toreach the bottom. However, if he steps down 34 stairshe would onlyrequire 18 seconds to get to the bottom. If the timeis measured fromthe moment the top step begins to descend to thetime he steps offthe last step at the bottom, find out the height ofthe stair way in steps?
3 25796i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.
2 10777Post New OFSS Interview Questions
Mention some interfaces implemented by linked list in java.
Write short notes on Non-surgical palliation of biliary obstruction in GBC?
How to define Transformation rules in HANA?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
while performing the standard cost estimate will it be generated accounting entries?
What is the basic principal, by which DC voltage level is increased more than the supplied AC voltage during conversion. As upto AC level it is contorrled by firing anlge but after maximum level how is it possible.Please clear picture. OR we have to supply the higher level AC?
What is db2 purescale?
What is the console on a mac?
How to get DLL function parameter listings ?
hi this is amit..please help me to out this problem Objective 8: Create Resources (Function libraries) Requirements: Create a new order with the Flight Reservation application. 33. Use the script created above. 34. Write a function using VBScript that will take a date as an input and add 10 to it. i.e. if the date is passed as “15/08/2008” then after adding 10 it should become as “25/08/2008” 35. Use this function to parameterize the step used to enter “Date of Flight” 36. Run the pack thanx & regards
How use .contains in java?
What is different between advertisements and sales?
Explain how can you keep our seawater used for heat rejection clean before entering our heat exchangers?
Does Partitioner run in its own JVM or shares with another process?
write a program To generate the Fibonacci Series.