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

Write the syntax for else-if statement. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write the syntax for else-if statement.

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

उत्तर

Syntax:

if (expression1)
{
   Execute code block #1
}
else if (expression2)
{
   Execute code block #2
}
else if (expression3)
{
   Execute code block #3
}
else
{
   If all else fails, execute block #4
}
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 2. | पृष्ठ ३२९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×