MCQOPTIONS
consider the statement "x = (a > b) ? a : b"..
consider the statement "x = (a > b) ? a : b"; then the value of x is 27, if a = 18 and b = 27.