What is the result of the following conditional expression when aValue = 100 and bValue = 7?

Question:

What is the result of the following conditional expression when aValue = 100 and bValue = 7?

result = aValue > bvalue + 100 ? 1000 : 2000;

a. 0

b. 1000

c. 2000

d. 7

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: