Write the PHP code5,10,15,20,25.........50 using for loop
Answers
Answered by
1
Answer:
for(i=5;i<=50;i++)
its the output for for loop in c,java and c++.
Similar questions