单项选择题

如何编写当 i 等于 5 时执行某些语句的条件语句?()

A.if (i==5)
B.if i=5 then
C.if i=5
D.if i==5 then