

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the C#.NET code snippet given below? if (age > 18 || no < 11) a = 25; 1.The condition no < 11 will get evaluated only if age > 18 evaluates to False. 2.The condition no < |
A. | 2, 4 |
B. | 1, 4, 5 |
C. | 2, 3, 5 |
D. | 1, 3, 4 |
Answer» E. | |