单项选择题

下面程序的运行结果是()
Dim x As Integer, y As Integer x=4 y=8 s=x*y/8-2Print s

A.8
B.6
C.4
D.2