This is C#. please help me with the question:
Examine the code. When will C be assigned 3? (Be careful.)
if (A == B);
C = 3;
a) when A is equal to B
b) when A is not equal to B
c) never
d) every time the program is executed
e) not enough information is given
i entered option “A” as my answer and it waswrong. please i need the right answer.
Expert Answer
An answer will be send to you shortly. . . . .