Computer Science, asked by om0065223, 5 months ago

Q.7 Write the syntax for the following statements.
1. FOR ....NEXT LOOP

2. NESTED-FOR...NEXT​

Answers

Answered by brundabruh1107
16

Answer:

for(initialization;condition;inc/dec)

{

statements;

}

Similar questions