Respuesta :

Answer:

yes it can

Explanation:

Computers cannot evaluate an expression to be between true or false.

Expressions in computers are represented in boolean values; i.e. they can only take one of two values (either true or false, yes or no, 1 or 0, etc.)

Take for instance, the following expressions will be evaluated to true, because the expressions are true.

  • [tex]\mathbf{1 + 2 = 3}[/tex].
  • [tex]\mathbf{5>4}[/tex].
  • [tex]\mathbf{4 + 4 <10}[/tex]

The following expressions will be evaluated to false, because the expressions are false.

  • [tex]\mathbf{1 + 2 > 3}[/tex].
  • [tex]\mathbf{5=4}[/tex].
  • [tex]\mathbf{4 + 4 >10}[/tex]

The above highlights show that, a computer cannot evaluate expressions to another value other than true or false

Read more about computer expressions at:

https://brainly.com/question/17500565

ACCESS MORE