English

Give Two Differences Between the Switch Statement and the If-else Statement. - Computer Applications

Advertisements
Advertisements

Question

Give two differences between the switch statement and the If-else statement.

Distinguish Between

Solution

S. No. Switch statement if-else statement
1. In this statement, multicodes can be provided in which control transfers to different parts of the code based on the value of an expression.  In this statement, only two codes are based on either a true or a false condition. 
2. Syntax:
if (condition)
{
statements;
}
else
{
statements;
} 
Syntax:
switch (expression)
{
case constant1:
statement 1;
break;
case constant2:
statement 2;
break;
default:
statement sequence;
}
shaalaa.com
Introduction of Object-oriented Programming
  Is there an error in this question or solution?
Chapter 1.08: Conditional Statements in Java - EXERCISES [Page 100]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.08 Conditional Statements in Java
EXERCISES | Q V. 8. | Page 100
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×