

InterviewSolution
Saved Bookmarks
1. |
Among P, Q, R, S, T and U. R is taller than only P and U. S is shorter than only T and Q. If each of them has a different height, who among them will be the third from top when they are arranged in descending order of their height?(a) R(b) P(c) S(d) Q |
Answer» SOLUTION :`R GT P, U` T , `Q gt S` `T,Q gt S gt R gt P ,U` |
|