Computer Science, asked by mauryahimanshu567, 9 months ago

Explain the meaning of if (remain == 0) in the context of programming

Answers

Answered by Siddhi2912
1

This statement means that if the value of the variable remain is 0 then the if block statements will be executed.

The == operator checks if the value of variable written on it's left is equal to the value written after it.

Similar questions