Consider the following code:
n ← 4 x ← -2.5 IF(n < 3) { DISPLAY("Team A") } ELSE { IF(n < 2) { DISPLAY("Team B") } ELSE { IF(x > -2) { DISPLAY("Team C") } ELSE { DISPLAY("Team D") } } }
Which of the following is the output of the code?
Team D
Answers First: Get answers or Ask questions on subjects like Education, Technology, Social, LifeStyle and more.

- Please comment if you find a different answer.
Post a Comment
Post a Comment