If a condition is true the not operator is used to reverse the logical state?

40. If a condition is true the not operator is used to reverse the logical state?

  1. True
  2. False

Answer: A) True

Explanation:

In order to make an if statement test whether or not something occurred, we must place the word not in front of our condition. When the not operator is used before something that is false, it returns true as a result. And when something that is true comes before something that is false, we get False. That is how we determine whether or not something did not occur as claimed. In other words, the truth value of not is the inverse of the truth value of yes. So, while it may not appear to be abstract, this operator simply returns the inverse of the Boolean value.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.