In a coding system, 'FISH' is represented as '6789'. If 'F' is 6, 'I' is 7, 'S' is 8, and 'H' is 9, what is the code for 'BIRD' where 'B' is 2, 'I' is 7, 'R' is 18, and 'D' is 4?
Answer: A. 27418
The code for 'BIRD' is formed by concatenating the values of B, I, R, and D: 2, 7, 18, and 4, resulting in '27418'.