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: C. 12151314
The code for 'LEMON' is formed by concatenating the numerical values of each letter: L=12, E=5, M=13, O=15, N=14, resulting in '12151314'.