填空题

已知如下程序段:
Dim A,B,MyCheck
A=10:B=8
MyCheck=A And B
执行以上程序段后,MyCheck为______。

【参考答案】

H