हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

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×