Question:How do you write a conditional statement for executing some statements only if "i" is NOT equal to 5? 

A if (i <> 5) 

B if (i != 5) 

C if =! 5 then 

D if <> 5 

E if (not = 5) 

+ Answer
+ Report
Total Preview: 4663

Copyright © 2024. Powered by Intellect Software Ltd