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
1
Answer:
syntax to nested for:
for( )
{
for ()
}
}
Answered by
0
Answer:
Initialization
While(condition)
{
Loop body
Updation
}
Similar questions