Computer Science, asked by pk732372, 3 months ago

2. What's wrong? (x = 4 && y=5) ? (a = 5); (b = 6);
(A) the question mark should be an equal sign
(B) the first semicolon should be a colon
(C) there are too many variables in the statement
(D) the conditional operator is only used with apstrings​

Answers

Answered by kumarijyotisp18
0

(B) the first semicolon should be a colon

Similar questions