English

Find errors in the following snippet: int p = 10; switch (p) { case1: q = p * 2; break; case2: q = p + 2; break; case3: q = p − 2; break; } - Computer Applications

Advertisements
Advertisements

Question

Find errors in the following snippet:

int p = 10; 
switch (p) 
{
case1: q = p * 2; 
break; 
case2: q = p + 2;
break; 
case3: q = p − 2; 
break; 
}
Answer in Brief

Solution

  1. No execution takes place as the value of p = 10.
  2. The variable q is not declared. 
shaalaa.com
  Is there an error in this question or solution?
Chapter 1.08: Conditional Statements in Java - Review Insight [Page 97]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.08 Conditional Statements in Java
Review Insight | Q 5. (b) | Page 97
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×