For Loop
for(initialization statement; test expression; update statement)
{
code/s to be executed;
}
No comments:
Post a Comment