If 'APPLE' is coded as '12345', what is the code for 'LEMON' if 'L' is 12, 'E' is 5, 'M' is 13, 'O' is 15, and 'N' is 14?

Answer: B. 125131415
The code for 'LEMON' is formed by concatenating the values of L, E, M, O, and N: 12, 5, 13, 15, and 14, resulting in '125131415'.