Advertisements
Advertisements
प्रश्न
Give an example of a compound statement.
संक्षेप में उत्तर
उत्तर
if (a > b)
{ sum = a + b;
pdt = a * b;
}
In the example above, the statements placed in curly brackets are carried out if the condition is true.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.08: Conditional Statements in Java - EXERCISES [पृष्ठ १००]