what is the logical state of the basic condition:NOT((7>=5)AND(3<>8))?
Answers
Answered by
0
Answer:
578
Explanation:
dhgdyyyfydyffjfufu
Answered by
0
(!((7>=5)&&(3!=8))) is a logical state which is needs to write on the programming language for the given condition.
Explanation:
- In the c or c++ or java programming language NOT is written by the help of '!' symbols and 'and' is written by the help of '&&' symbols.
- So the user needs to change the not and 'and' words by the help of its operators which is defined above in the logical states.
- The second condition will states '<>' symbols which are not the right symbols, so the user needs to use the '!=' which is also means the same.
Learn More :
- Operators : https://brainly.in/question/3706254
Similar questions