मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Write the general syntax for switch statement. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write the general syntax for switch statement.

थोडक्यात उत्तर

उत्तर

The syntax of a switch statement: switch (expression)

switch(expression)
{
  case label1:
    statements1;
    break;
case label2:
    statements2;
    break;
case labeln;
    statements - N;
    break;
default:
    statements;
}
shaalaa.com
Introduction of Conditional Statements in Java
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 15: Control Structure in Javascript - Evaluation [पृष्ठ ३२९]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 11 TN Board
पाठ 15 Control Structure in Javascript
Evaluation | Q 4. | पृष्ठ ३२९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×