Computer Science, asked by KrishnanSrivastava, 24 days ago

If the value of i is 5, the expression i != 6
a. has the value False
b. has the value True
c. sets the value of i to 6
d. sets the value of i to -5

Answers

Answered by syedrehan46249
2

Answer:

Correct option is B)

i

n

+i

n

=2i

n

We know that i

2

=−1 and i

4

=1, so n should be multiple of 4.

Among given options 24 will be divisible by 4.

Therefore the answer is 24.

Answered by divyanshdutt92
0

Answer: b is correct (True)

Explanation:

In python, this stands for not equal to " != "  , here we defined variable ' i ' and its value is 5, using this function you are asking that is 'i' not equal to 6. So yes 'i' is not equal to 6, hence answer is true

Similar questions