There are two candles of equal lengths and of different thickness. The thicker one lasts of six hours. The thinner 2 hours less than the thicker one. Ramesh lights the two candles at the same time. When he went to bed he saw the thicker one is twice the length of the thinner one. How long ago did Ramesh light the two candles .
25 68108Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
2317This question regarding Checkpoint. Suppose my program has checkpoint for every 100 records. If my program abends at 120 records, what will happen. I know first 100 records are committed and rest of 20 records where they gone and where they are stored.
1 9953Three types of tea the a,b,c costs Rs. 95/kg,100/kg and70/kg respectively.How many kgs of each should be blended to produce 100 kg of mixture worth Rs.90/kg, given that the raveled s of band c are equal...
2 44681An orange vendor makes a profit of 20 % by selling oranges at a certain price. If he charges Rs. 1.2 higher per orange he would gain 40 %. Find the original price at which he sold an orange.
1 2928Post New John Deere Interview Questions
What makes a relation a function?
Is java the same as c++?
what is the difference between the methods sleep() and wait()? : Java thread
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is -2likelihood function?
Is not supported in linq to entities?
What are global installations of dependencies?
Why String Handling Routines are used in Talend?
if the blade height is increased,then how it increases the specific speed of centrifugal pump?
What are the steps to follow to configure SQL*Net?
How to connect to sybase database from linux?
Difference between Class Module and Standard Module?
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.
Mention when to use autoit?
What is the difference between the substr() and substring() functions in javascript?