Advertisements
Advertisements
प्रश्न
A compound statement can be stated as:
पर्याय
p = in.nextInt(); q = in.nextInt();
m = ++a; n = --b;
if (a > b) {a++; b--;)
None
MCQ
उत्तर
if (a > b)
{a++; b--;)
Explanation:
Two or more statements can be combined by enclosing them in opening and closing curly braces. A compound statement refers to a collection of statements.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?