16. A three-digit code consists of digits from 0 to 9. If the first digit cannot be 0 or 1, the second digit must be 0 or 1, and the second and third digits cannot be 0 at the same time, how many codes are possible?
my answer is 152, because the second and the third digit cannot be 0 at the same time, so when the second digit is 1, the third digit could be 0-9