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