what is a compound statement? Give an example (with reference to java)
Answers
Answered by
6
the no. of statement written inside curly braces{ } , to performed desired task is called compound statement.
while(condition){
// all the statement or bunch of code written here to performed desired task....is called COMPOUND STATEMENT.
}
Harshi666:
wow... thanks
Similar questions