Computer Science, asked by Harshi666, 1 year ago

what is a compound statement? Give an example (with reference to java)

Answers

Answered by nitish8089
6

compound \: statement....
the no. of statement written inside curly braces{ } , to performed desired task is called compound statement.

for \: example......
while(condition){

// all the statement or bunch of code written here to performed desired task....is called COMPOUND STATEMENT.

}


Harshi666: wow... thanks
nitish8089: welcome :D
Similar questions