1.

Numbers arrangement machine when given an input line of numbers rearranges them following a particular rule in each step The following is an illustration of input and rearrangement {:("Input: 92547315402586776268"),("Step I: 16925473408677626826"),("Step II: 41169273867762682655"),("Step III: 63411692738677265569"),("Step IV: 74634116928626556978"),("Step V: 87746341162655697893"):} Step V., is the last step Input - 594110029648517357288 How many numbers are there between the one which is 2^(nd) from the left end and 100 in step II ?

Answer»

one
more than three
Three
none

Solution :In this input OUTPUT question NUMBERS are arranged in ascending order from both the ends such as lowest number is FIRST arranged from the left END and the second lowest number is arranged from the right end. And also all the numbers which are getting arranged is added by 1.
`{:("Input:594110029648517357288"),("Step I: 185941100648535728830"),("Step II: 361859100648572883042"),("Step IV: 736036181008830426586"),("Step V: 897360361830426586101"):}`


Discussion

No Comment Found

Related InterviewSolutions