Concept:Each letter in the first group is shifted forward by three positions in the alphabet to get the second group.Explanation:J → M (J+3), K → N (K+3), L → O (L+3).Similarly, P → S (P+3), Q → T (Q+3), R → U (R+3).Thus, PQR becomes STU.