Instructions: A word and number arrangement machine when given an input line of words and numbers rearrange
them following a particular rule in each step. The following is an illstation of input and rearrangement.
Input: flight 99 64 google 39 45 booking sparrows
Step 1 : booking flight 99 64 google 39 45 sparrows
Step 2 : booking 39 flight 99 64 google 45 sparrows
Step 3 : booking 39 flight 45 99 64 google sparrows
Step 4 : booking 39 flight 45 google 99 64 sparrows
Step 5 : booking 39 flight 45 google 64 99 sparrows
Step 6 : booking 39 flight 45 google 64 sparrows 99
As per the rule followed in the following questions the appropriate step for the given input.
Input: screamer 57 45 28 ocelot blesbok 64 tarantula
Which of the following steps will be the last but one?
Three
Four
Five
Two
Six
Step I : blesbok screamer 57 45 28 ocelot 64 tarantula
Step II : blesbok 28 screamer 57 45 ocelot 64 tarantula
Step III : blesbok 28 screamer ocelot 57 45 64 tarantula
Step IV : blesbok 28 screamer 45 ocelot 57 64 tarantula
Step V : blesbok 28 screamer 45 ocelot 57 tarantula 64