In a coding scheme, 'RAT' is coded as '181920'. How is 'BAT' coded if 'B' is 2, 'A' is 1, and 'T' is 20?

Answer: A. 21220
The code for 'BAT' is formed by concatenating the values of B (2), A (1), and T (20), resulting in '21220'.