填空题

执行下列程序段后,变量c的值为______。
a="Visual Basic Programming"
b="Quick"
c=b&UCase(Mid(a,7,6) &Right(a,12) )

【参考答案】

Quick BASIC PROGRAMMING