Question:How do you write a conditional statement for executing some statements only if "i" is equal to 5?
A if i==5 then B if i=5 then C if (i==5) D if i=5
+ AnswerC
+ Report