118k views
2 votes
What are the type and the value of the expression

a > 4 || a == b ? ab: a/b

after the following declarations: int a = 5; int b = 0;?

Explain your answer in particular, provide the type and value of each relevant
subexpression).

What are the type and the value of the expression a > 4 || a == b ? ab: a/b after-example-1

1 Answer

4 votes

Answer:

SEE THE IMAGE FOR SOLUTION

HOPE IT HELPS

HAVE A GREAT DAY

What are the type and the value of the expression a > 4 || a == b ? ab: a/b after-example-1
User Sandals
by
5.8k points