Computer Science, asked by chordiasahil24, 1 year ago

What is a compound statement in java


chriskevin: why
chriskevin: anyway I also answered
chriskevin: thanks
chriskevin: question please
chriskevin: ask New question

Answers

Answered by sanjana87
2
A compound statement is any number and kind of statement grouped together within curly bracus .

Anonymous: jaldi
sanjana87: aap kro
sanjana87: aap question yehi puchiye na kya problem hai
Anonymous: tum hi karo na plz
Anonymous: nhi
sanjana87: kyon aap kyo nhi
Anonymous: issme option hi nhi h
Anonymous: isliye bolo Raha hu ki tum karo
sanjana87: ok kr dia
Anonymous: ok
Answered by singhshreyashi4
4
Acompound statement is any number and kind of statements grouped together within curly braces. You can use a compound statement anywhere a statement is required by Javasyntax: for(int i = 0; i < 10; i++) { a[i]++; // Body of this loop is a compound statement.

Anonymous: hi
Similar questions