单选题 下列程序段运行结束后,变量C的值是______。
a=24
b=328
select case b/10
case 0
c=a*10+b
case 1 to 9
c=a*100+b
case 10 to 99
c=a* 1000+b
end select
【正确答案】 C
【答案解析】