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 

+ Answer
+ Report
Total Preview: 598

Copyright © 2024. Powered by Intellect Software Ltd