单项选择题

下列不能输出“Program”的语句是( )

A.Print Mid("VBProgram",3,7)
B.Print Right("VBProgram",7)
C.Print Mid("VBProgram",3)
D.Print Left("VBProgram",7)