单项选择题

如何编写当i等于5时执行某些语句的条件语句?( ) A.
if i=5 B.
if i==5 then C.
if (i==5) D.
if i=5 then

微信扫码免费搜题