asked 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
asked
User Shongsu
by
8.2k 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

answered
User RomeuBraga
by
7.9k points

No related questions found