155、执行以下程序段输出结果为 ( )
162、以下程序段运行后的结果是( )。
Dim y As Integer
y = 0
for i=1 to 10 step 4
y = y + i
next i
Print y