Computer Science, asked by vaddesumanth31, 1 month ago

8. Which of the following is not a Boolean expression?
O
3==4
O
TRUE
O
3+4=37
O 3+4​

Answers

Answered by amrikhoreAmrik
0

3 + 4 = 37 , 3+4 and TRUE are not Boolean expressions

only 3==4 is a Boolean expression which will return as false

Answered by madeducators2
1

Answer:

Option B,C,D

Explanation:

  • In option 1 assignment operator is used which will compare two values and return Boolean expression as a result which is false int this case
  • TRUE is not a Boolean expression.
  • its syntax is wrong
  • it will result in 7
Similar questions