the expression !(5+5>=10) will return
Answers
Answered by
0
Answer:
!(5+5>=10)
=> !(10>=10)
It is a True Condition However there is a use of Not Operator (!) So, The Condition actually Vice-versa. Means If the Conditon is True, it will become False and if the Condition is false it will become True.
In this Case Now, It will Return False...
HOPE YOU UNDERSTAND IT :)
Similar questions