如何编写当i等于5时执行一些语句的条件语句?()
A: if (i==5) 
B: if i=5 then 
C: if i=5 
D: if i==5 then
出自:计算机科学