4. The syntax of for loop
Answers
Answered by
0
Answer:
for(initialization;condition;increment/decrement)
{
statements;
}
Similar questions