In a code language, 'COW' is represented as '3719'. If 'C' is 3, 'O' is 15, and 'W' is 23, what is the code for 'PIG' where 'P' is 16, 'I' is 9, and 'G' is 7?
Answer: A. 1697
The code for 'PIG' is formed by concatenating the values of P, I, and G: 16, 9, and 7, resulting in '1697'.