Computer Science, asked by sweetie2624, 1 year ago

Write the syntax of the following-
1.nested for statement
2.switch....case statement
3.while statement
4.substring method
PLSE DO IT FAST...

Answers

Answered by IshamAhmed
1

Answer:

syntax to nested for:

for( )

{

for ()

}

}

Answered by nitukeshri7127
0

Answer:

Initialization

While(condition)

{

Loop body

Updation

}

Similar questions