Babstuklas5785 Babstuklas5785 06-01-2023 Computers and Technology Answered How to write an IF statement for executing some code if "i" is NOT equal to 2? Select one O A. if (i <> 2) O B. if i <> 2 O C. if (i != 2) O D. if i = 2 then