Q2. Consider the following code snippet: Add Comment int number = 14; if (number >= 10; { if (number == 10) ...
Q1. Identify the error(s) in the following code fragment Add Comment switch(ch){ case 'a': case 'A': case 'e': case 'E': case 'i': case 'i': ...