79.8k views
12 votes
What will be printed to the screen when the following program is run?

What will be printed to the screen when the following program is run?-example-1
User Shongsu
by
4.4k points

1 Answer

11 votes

Answer:

false

Step-by-step explanation:

the parenthesis contains 2 true statements (5 is greater than 4 and 10 is greater than or equal to 10)

outside the parenthesis is the not, so the true parenthesis is negated to false

this means the value of a is false

User RomeuBraga
by
4.1k points