单项选择题

下列语句组
a$="Today And Tomorrow"
b$=Right(a$,8):c$=Left(a$,5)
MsgBox a$,,b$,c$
执行后消息框中显示的内容是()。

A.Today
B.Tomorrow
C.Today And Tomorrow
D.1