Multiple choice If a=10 and b=20, what is the value of c=a>b? 10 20 15 0 1 Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is conditional operator when condition is true, then the value of c=a and in case of false c=b=20.